public class PreDeployAllStep
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="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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected NameListType |
excludeGroups |
protected boolean |
forceFlag |
protected PipelineScriptType |
forceFlagScript |
protected NameListType |
groups |
protected OnErrorType |
onError |
protected PreconditionType |
precondition |
Constructor and Description |
---|
PreDeployAllStep() |
Modifier and Type | Method and Description |
---|---|
NameListType |
getExcludeGroups()
Gets the value of the excludeGroups property.
|
PipelineScriptType |
getForceFlagScript()
Gets the value of the forceFlagScript property.
|
NameListType |
getGroups()
Gets the value of the groups property.
|
OnErrorType |
getOnError()
Gets the value of the onError property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
boolean |
isForceFlag()
Gets the value of the forceFlag property.
|
void |
setExcludeGroups(NameListType value)
Sets the value of the excludeGroups property.
|
void |
setForceFlag(boolean value)
Sets the value of the forceFlag property.
|
void |
setForceFlagScript(PipelineScriptType value)
Sets the value of the forceFlagScript property.
|
void |
setGroups(NameListType value)
Sets the value of the groups property.
|
void |
setOnError(OnErrorType value)
Sets the value of the onError property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
protected boolean forceFlag
protected PipelineScriptType forceFlagScript
protected NameListType groups
protected NameListType excludeGroups
protected PreconditionType precondition
protected OnErrorType onError
public boolean isForceFlag()
public void setForceFlag(boolean value)
public PipelineScriptType getForceFlagScript()
PipelineScriptType
public void setForceFlagScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
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