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()
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
public PipelineScriptType getAssignedRoleScript()
PipelineScriptType
public void setAssignedRoleScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public InputFields getInputFields()
InputFields
public void setInputFields(InputFields value)
value
- allowed object is
InputFields