java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.ApprovalGate
All Implemented Interfaces:
Serializable

public class ApprovalGate extends Object implements 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 Details

    • precondition

      protected PreconditionType precondition
    • pipelineRoleScript

      protected PipelineScriptType pipelineRoleScript
    • allTasksRequired

      protected boolean allTasksRequired
  • Constructor Details

    • ApprovalGate

      public ApprovalGate()
  • Method Details

    • getPrecondition

      public PreconditionType getPrecondition()
      Gets the value of the precondition property.
      Returns:
      possible object is PreconditionType
    • setPrecondition

      public void setPrecondition(PreconditionType value)
      Sets the value of the precondition property.
      Parameters:
      value - allowed object is PreconditionType
    • getPipelineRoleScript

      public PipelineScriptType getPipelineRoleScript()
      Gets the value of the pipelineRoleScript property.
      Returns:
      possible object is PipelineScriptType
    • setPipelineRoleScript

      public void setPipelineRoleScript(PipelineScriptType value)
      Sets the value of the pipelineRoleScript property.
      Parameters:
      value - allowed object is PipelineScriptType
    • isAllTasksRequired

      public boolean isAllTasksRequired()
      Gets the value of the allTasksRequired property.
    • setAllTasksRequired

      public void setAllTasksRequired(boolean value)
      Sets the value of the allTasksRequired property.