public class ApprovalGate
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="PipelineRoleScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PipelineScriptType |
pipelineRoleScript |
protected PreconditionType |
precondition |
| Constructor and Description |
|---|
ApprovalGate() |
| Modifier and Type | Method and Description |
|---|---|
PipelineScriptType |
getPipelineRoleScript()
Gets the value of the pipelineRoleScript property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
void |
setPipelineRoleScript(PipelineScriptType value)
Sets the value of the pipelineRoleScript property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
protected PreconditionType precondition
protected PipelineScriptType pipelineRoleScript
public PreconditionType getPrecondition()
PreconditionTypepublic void setPrecondition(PreconditionType value)
value - allowed object is
PreconditionTypepublic PipelineScriptType getPipelineRoleScript()
PipelineScriptTypepublic void setPipelineRoleScript(PipelineScriptType value)
value - allowed object is
PipelineScriptType