Class CustomScriptGate

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

public class CustomScriptGate 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="Script" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TimeoutSeconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • CustomScriptGate

      public CustomScriptGate()
  • Method Details

    • getScript

      public String getScript()
      Gets the value of the script property.
      Returns:
      possible object is String
    • setScript

      public void setScript(String value)
      Sets the value of the script property.
      Parameters:
      value - allowed object is String
    • getTimeoutSeconds

      public Integer getTimeoutSeconds()
      Gets the value of the timeoutSeconds property.
      Returns:
      possible object is Integer
    • setTimeoutSeconds

      public void setTimeoutSeconds(Integer value)
      Sets the value of the timeoutSeconds property.
      Parameters:
      value - allowed object is Integer
    • 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