Class DeployAllStep
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.DeployAllStep
- 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="ForceFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element ref="{http://flexagon.com/release/executionunits}ForceFlagScript" minOccurs="0"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected NameListTypeprotected booleanprotected PipelineScriptTypeprotected NameListTypeprotected OnErrorTypeprotected PreconditionType -
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 forceFlagScript property.Gets the value of the groups property.Gets the value of the onError property.Gets the value of the precondition property.booleanGets the value of the forceFlag property.voidsetDeploymentStrategy(String value) Sets the value of the deploymentStrategy property.voidsetExcludeGroups(NameListType value) Sets the value of the excludeGroups property.voidsetForceFlag(boolean value) Sets the value of the forceFlag property.voidSets the value of the forceFlagScript property.voidsetGroups(NameListType value) Sets the value of the groups property.voidsetOnError(OnErrorType value) Sets the value of the onError property.voidsetPrecondition(PreconditionType value) Sets the value of the precondition property.
-
Field Details
-
forceFlag
protected boolean forceFlag -
forceFlagScript
-
groups
-
excludeGroups
-
precondition
-
onError
-
deploymentStrategy
-
-
Constructor Details
-
DeployAllStep
public DeployAllStep()
-
-
Method Details
-
isForceFlag
public boolean isForceFlag()Gets the value of the forceFlag property. -
setForceFlag
public void setForceFlag(boolean value) Sets the value of the forceFlag property. -
getForceFlagScript
Gets the value of the forceFlagScript property.- Returns:
- possible object is
PipelineScriptType
-
setForceFlagScript
Sets the value of the forceFlagScript property.- Parameters:
value- allowed object isPipelineScriptType
-
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
-