hudson.plugins.jboss
Class Operation
java.lang.Object
hudson.plugins.jboss.Operation
public class Operation
- extends Object
This is composite configuration bean for all types of operations.
- Author:
- Juliusz Brzostek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Operation
@DataBoundConstructor
public Operation(OperationEnum value,
String properties,
Boolean stopOnFailure)
- Default constructor.
- Parameters:
value - type of the operationproperties - extra text propertiesstopOnFailure - flag used by CHECK_DEPLOY operation
getType
public OperationEnum getType()
getProperties
public String getProperties()
isStopOnFailure
public boolean isStopOnFailure()
Copyright © 2004-2011. All Rights Reserved.