Class CustomScriptGate
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.CustomScriptGate
- 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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the precondition property.Gets the value of the script property.Gets the value of the timeoutSeconds property.voidsetPrecondition(PreconditionType value) Sets the value of the precondition property.voidSets the value of the script property.voidsetTimeoutSeconds(Integer value) Sets the value of the timeoutSeconds property.
-
Field Details
-
script
-
timeoutSeconds
-
precondition
-
-
Constructor Details
-
CustomScriptGate
public CustomScriptGate()
-
-
Method Details
-
getScript
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
Sets the value of the script property.- Parameters:
value- allowed object isString
-
getTimeoutSeconds
Gets the value of the timeoutSeconds property.- Returns:
- possible object is
Integer
-
setTimeoutSeconds
Sets the value of the timeoutSeconds property.- Parameters:
value- allowed object isInteger
-
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
-