Class ApprovalGate
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.ApprovalGate
- 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="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/>
<element name="PipelineRoleScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/>
<element name="AllTasksRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected PipelineScriptTypeprotected PreconditionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pipelineRoleScript property.Gets the value of the precondition property.booleanGets the value of the allTasksRequired property.voidsetAllTasksRequired(boolean value) Sets the value of the allTasksRequired property.voidSets the value of the pipelineRoleScript property.voidsetPrecondition(PreconditionType value) Sets the value of the precondition property.
-
Field Details
-
precondition
-
pipelineRoleScript
-
allTasksRequired
protected boolean allTasksRequired
-
-
Constructor Details
-
ApprovalGate
public ApprovalGate()
-
-
Method Details
-
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
-
getPipelineRoleScript
Gets the value of the pipelineRoleScript property.- Returns:
- possible object is
PipelineScriptType
-
setPipelineRoleScript
Sets the value of the pipelineRoleScript property.- Parameters:
value- allowed object isPipelineScriptType
-
isAllTasksRequired
public boolean isAllTasksRequired()Gets the value of the allTasksRequired property. -
setAllTasksRequired
public void setAllTasksRequired(boolean value) Sets the value of the allTasksRequired property.
-