Class ApplyDeploymentStrategyStep
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.ApplyDeploymentStrategyStep
- All Implemented Interfaces:
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected NameListTypeprotected booleanprotected NameListTypeprotected Stringprotected Stringprotected OnErrorTypeprotected PreconditionTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deploymentStrategy property.Gets the value of the excludeGroups property.Gets the value of the groups property.Gets the value of the newWeight property.Gets the value of the oldWeight property.Gets the value of the onError property.Gets the value of the precondition property.Gets the value of the routeRule property.booleanGets the value of the finishDeployment property.voidsetDeploymentStrategy(String value) Sets the value of the deploymentStrategy property.voidsetExcludeGroups(NameListType value) Sets the value of the excludeGroups property.voidsetFinishDeployment(boolean value) Sets the value of the finishDeployment property.voidsetGroups(NameListType value) Sets the value of the groups property.voidsetNewWeight(String value) Sets the value of the newWeight property.voidsetOldWeight(String value) Sets the value of the oldWeight property.voidsetOnError(OnErrorType value) Sets the value of the onError property.voidsetPrecondition(PreconditionType value) Sets the value of the precondition property.voidsetRouteRule(String value) Sets the value of the routeRule property.
-
Field Details
-
groups
-
excludeGroups
-
precondition
-
onError
-
deploymentStrategy
-
finishDeployment
protected boolean finishDeployment -
oldWeight
-
newWeight
-
routeRule
-
-
Constructor Details
-
ApplyDeploymentStrategyStep
public ApplyDeploymentStrategyStep()
-
-
Method Details
-
getGroups
Gets the value of the groups property.- Returns:
- possible object is
NameListType
-
setGroups
Sets the value of the groups property.- Parameters:
value- allowed object isNameListType
-
getExcludeGroups
Gets the value of the excludeGroups property.- Returns:
- possible object is
NameListType
-
setExcludeGroups
Sets the value of the excludeGroups property.- Parameters:
value- allowed object isNameListType
-
getPrecondition
Gets the value of the precondition property.- Returns:
- possible object is
PreconditionType
-
setPrecondition
Sets the value of the precondition property.- Parameters:
value- allowed object isPreconditionType
-
getOnError
Gets the value of the onError property.- Returns:
- possible object is
OnErrorType
-
setOnError
Sets the value of the onError property.- Parameters:
value- allowed object isOnErrorType
-
getDeploymentStrategy
Gets the value of the deploymentStrategy property.- Returns:
- possible object is
String
-
setDeploymentStrategy
Sets the value of the deploymentStrategy property.- Parameters:
value- allowed object isString
-
isFinishDeployment
public boolean isFinishDeployment()Gets the value of the finishDeployment property. -
setFinishDeployment
public void setFinishDeployment(boolean value) Sets the value of the finishDeployment property. -
getOldWeight
Gets the value of the oldWeight property.- Returns:
- possible object is
String
-
setOldWeight
Sets the value of the oldWeight property.- Parameters:
value- allowed object isString
-
getNewWeight
Gets the value of the newWeight property.- Returns:
- possible object is
String
-
setNewWeight
Sets the value of the newWeight property.- Parameters:
value- allowed object isString
-
getRouteRule
Gets the value of the routeRule property.- Returns:
- possible object is
String
-
setRouteRule
Sets the value of the routeRule property.- Parameters:
value- allowed object isString
-