public class ManualStep
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="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/>
<element name="OnError" type="{http://flexagon.com/release/executionunits}OnErrorType"/>
<element name="AssignedRoleScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/>
<element name="InputFields" type="{http://flexagon.com/release/executionunits}InputFields"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PipelineScriptType |
assignedRoleScript |
protected InputFields |
inputFields |
protected OnErrorType |
onError |
protected PreconditionType |
precondition |
| Constructor and Description |
|---|
ManualStep() |
| Modifier and Type | Method and Description |
|---|---|
PipelineScriptType |
getAssignedRoleScript()
Gets the value of the assignedRoleScript property.
|
InputFields |
getInputFields()
Gets the value of the inputFields property.
|
OnErrorType |
getOnError()
Gets the value of the onError property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
void |
setAssignedRoleScript(PipelineScriptType value)
Sets the value of the assignedRoleScript property.
|
void |
setInputFields(InputFields value)
Sets the value of the inputFields property.
|
void |
setOnError(OnErrorType value)
Sets the value of the onError property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
protected PreconditionType precondition
protected OnErrorType onError
protected PipelineScriptType assignedRoleScript
protected InputFields inputFields
public PreconditionType getPrecondition()
PreconditionTypepublic void setPrecondition(PreconditionType value)
value - allowed object is
PreconditionTypepublic OnErrorType getOnError()
OnErrorTypepublic void setOnError(OnErrorType value)
value - allowed object is
OnErrorTypepublic PipelineScriptType getAssignedRoleScript()
PipelineScriptTypepublic void setAssignedRoleScript(PipelineScriptType value)
value - allowed object is
PipelineScriptTypepublic InputFields getInputFields()
InputFieldspublic void setInputFields(InputFields value)
value - allowed object is
InputFields