public class ApplyDeploymentStrategyStep
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Groups" type="{http://flexagon.com/release/executionunits}NameListType"/> <element name="ExcludeGroups" type="{http://flexagon.com/release/executionunits}NameListType"/> <element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/> <element name="OnError" type="{http://flexagon.com/release/executionunits}OnErrorType"/> <element name="DeploymentStrategy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FinishDeployment" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="OldWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NewWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RouteRule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deploymentStrategy |
protected NameListType |
excludeGroups |
protected boolean |
finishDeployment |
protected NameListType |
groups |
protected java.lang.String |
newWeight |
protected java.lang.String |
oldWeight |
protected OnErrorType |
onError |
protected PreconditionType |
precondition |
protected java.lang.String |
routeRule |
Constructor and Description |
---|
ApplyDeploymentStrategyStep() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeploymentStrategy()
Gets the value of the deploymentStrategy property.
|
NameListType |
getExcludeGroups()
Gets the value of the excludeGroups property.
|
NameListType |
getGroups()
Gets the value of the groups property.
|
java.lang.String |
getNewWeight()
Gets the value of the newWeight property.
|
java.lang.String |
getOldWeight()
Gets the value of the oldWeight property.
|
OnErrorType |
getOnError()
Gets the value of the onError property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
java.lang.String |
getRouteRule()
Gets the value of the routeRule property.
|
boolean |
isFinishDeployment()
Gets the value of the finishDeployment property.
|
void |
setDeploymentStrategy(java.lang.String value)
Sets the value of the deploymentStrategy property.
|
void |
setExcludeGroups(NameListType value)
Sets the value of the excludeGroups property.
|
void |
setFinishDeployment(boolean value)
Sets the value of the finishDeployment property.
|
void |
setGroups(NameListType value)
Sets the value of the groups property.
|
void |
setNewWeight(java.lang.String value)
Sets the value of the newWeight property.
|
void |
setOldWeight(java.lang.String value)
Sets the value of the oldWeight property.
|
void |
setOnError(OnErrorType value)
Sets the value of the onError property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
void |
setRouteRule(java.lang.String value)
Sets the value of the routeRule property.
|
protected NameListType groups
protected NameListType excludeGroups
protected PreconditionType precondition
protected OnErrorType onError
protected java.lang.String deploymentStrategy
protected boolean finishDeployment
protected java.lang.String oldWeight
protected java.lang.String newWeight
protected java.lang.String routeRule
public NameListType getGroups()
NameListType
public void setGroups(NameListType value)
value
- allowed object is
NameListType
public NameListType getExcludeGroups()
NameListType
public void setExcludeGroups(NameListType value)
value
- allowed object is
NameListType
public PreconditionType getPrecondition()
PreconditionType
public void setPrecondition(PreconditionType value)
value
- allowed object is
PreconditionType
public OnErrorType getOnError()
OnErrorType
public void setOnError(OnErrorType value)
value
- allowed object is
OnErrorType
public java.lang.String getDeploymentStrategy()
String
public void setDeploymentStrategy(java.lang.String value)
value
- allowed object is
String
public boolean isFinishDeployment()
public void setFinishDeployment(boolean value)
public java.lang.String getOldWeight()
String
public void setOldWeight(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNewWeight()
String
public void setNewWeight(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRouteRule()
String
public void setRouteRule(java.lang.String value)
value
- allowed object is
String