Class WaitStep
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.WaitStep
- 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="DurationSecondsScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/>
<element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/>
<element name="OnError" type="{http://flexagon.com/release/executionunits}OnErrorType"/>
<element name="OverrideRoleScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PipelineScriptTypeprotected OnErrorTypeprotected PipelineScriptTypeprotected PreconditionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the durationSecondsScript property.Gets the value of the onError property.Gets the value of the overrideRoleScript property.Gets the value of the precondition property.voidSets the value of the durationSecondsScript property.voidsetOnError(OnErrorType value) Sets the value of the onError property.voidSets the value of the overrideRoleScript property.voidsetPrecondition(PreconditionType value) Sets the value of the precondition property.
-
Field Details
-
durationSecondsScript
-
precondition
-
onError
-
overrideRoleScript
-
-
Constructor Details
-
WaitStep
public WaitStep()
-
-
Method Details
-
getDurationSecondsScript
Gets the value of the durationSecondsScript property.- Returns:
- possible object is
PipelineScriptType
-
setDurationSecondsScript
Sets the value of the durationSecondsScript property.- Parameters:
value- allowed object isPipelineScriptType
-
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
-
getOverrideRoleScript
Gets the value of the overrideRoleScript property.- Returns:
- possible object is
PipelineScriptType
-
setOverrideRoleScript
Sets the value of the overrideRoleScript property.- Parameters:
value- allowed object isPipelineScriptType
-