public class WaitStep
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="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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PipelineScriptType |
durationSecondsScript |
protected OnErrorType |
onError |
protected PreconditionType |
precondition |
Constructor and Description |
---|
WaitStep() |
Modifier and Type | Method and Description |
---|---|
PipelineScriptType |
getDurationSecondsScript()
Gets the value of the durationSecondsScript property.
|
OnErrorType |
getOnError()
Gets the value of the onError property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
void |
setDurationSecondsScript(PipelineScriptType value)
Sets the value of the durationSecondsScript property.
|
void |
setOnError(OnErrorType value)
Sets the value of the onError property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
protected PipelineScriptType durationSecondsScript
protected PreconditionType precondition
protected OnErrorType onError
public PipelineScriptType getDurationSecondsScript()
PipelineScriptType
public void setDurationSecondsScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
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