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

public class ScheduleStep 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 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 Details

  • Constructor Details

    • ScheduleStep

      public ScheduleStep()
  • Method Details

    • getCronExpressionScript

      public PipelineScriptType getCronExpressionScript()
      Gets the value of the cronExpressionScript property.
      Returns:
      possible object is PipelineScriptType
    • setCronExpressionScript

      public void setCronExpressionScript(PipelineScriptType value)
      Sets the value of the cronExpressionScript property.
      Parameters:
      value - allowed object is PipelineScriptType
    • 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
    • getOnError

      public OnErrorType getOnError()
      Gets the value of the onError property.
      Returns:
      possible object is OnErrorType
    • setOnError

      public void setOnError(OnErrorType value)
      Sets the value of the onError property.
      Parameters:
      value - allowed object is OnErrorType
    • getOverrideRoleScript

      public PipelineScriptType getOverrideRoleScript()
      Gets the value of the overrideRoleScript property.
      Returns:
      possible object is PipelineScriptType
    • setOverrideRoleScript

      public void setOverrideRoleScript(PipelineScriptType value)
      Sets the value of the overrideRoleScript property.
      Parameters:
      value - allowed object is PipelineScriptType