Class ScheduleStep
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.ScheduleStep
- 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 ref="{http://flexagon.com/release/executionunits}CronExpressionScript" minOccurs="0"/>
<element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/>
<element name="OnError" type="{http://flexagon.com/release/executionunits}OnErrorType"/>
<element name="OverrideRoleScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PipelineScriptTypeprotected OnErrorTypeprotected PipelineScriptTypeprotected PreconditionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cronExpressionScript property.Gets the value of the onError property.Gets the value of the overrideRoleScript property.Gets the value of the precondition property.voidSets the value of the cronExpressionScript property.voidsetOnError(OnErrorType value) Sets the value of the onError property.voidSets the value of the overrideRoleScript property.voidsetPrecondition(PreconditionType value) Sets the value of the precondition property.
-
Field Details
-
cronExpressionScript
-
precondition
-
onError
-
overrideRoleScript
-
-
Constructor Details
-
ScheduleStep
public ScheduleStep()
-
-
Method Details
-
getCronExpressionScript
Gets the value of the cronExpressionScript property.- Returns:
- possible object is
PipelineScriptType
-
setCronExpressionScript
Sets the value of the cronExpressionScript property.- Parameters:
value- allowed object isPipelineScriptType
-
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
-
getOnError
Gets the value of the onError property.- Returns:
- possible object is
OnErrorType
-
setOnError
Sets the value of the onError property.- Parameters:
value- allowed object isOnErrorType
-
getOverrideRoleScript
Gets the value of the overrideRoleScript property.- Returns:
- possible object is
PipelineScriptType
-
setOverrideRoleScript
Sets the value of the overrideRoleScript property.- Parameters:
value- allowed object isPipelineScriptType
-