Class DeployAllStep

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

public class DeployAllStep 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="ForceFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element ref="{http://flexagon.com/release/executionunits}ForceFlagScript" minOccurs="0"/>
         <element name="Groups" type="{http://flexagon.com/release/executionunits}NameListType"/>
         <element name="ExcludeGroups" type="{http://flexagon.com/release/executionunits}NameListType"/>
         <element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/>
         <element name="OnError" type="{http://flexagon.com/release/executionunits}OnErrorType"/>
         <element name="DeploymentStrategy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • DeployAllStep

      public DeployAllStep()
  • Method Details

    • isForceFlag

      public boolean isForceFlag()
      Gets the value of the forceFlag property.
    • setForceFlag

      public void setForceFlag(boolean value)
      Sets the value of the forceFlag property.
    • getForceFlagScript

      public PipelineScriptType getForceFlagScript()
      Gets the value of the forceFlagScript property.
      Returns:
      possible object is PipelineScriptType
    • setForceFlagScript

      public void setForceFlagScript(PipelineScriptType value)
      Sets the value of the forceFlagScript property.
      Parameters:
      value - allowed object is PipelineScriptType
    • getGroups

      public NameListType getGroups()
      Gets the value of the groups property.
      Returns:
      possible object is NameListType
    • setGroups

      public void setGroups(NameListType value)
      Sets the value of the groups property.
      Parameters:
      value - allowed object is NameListType
    • getExcludeGroups

      public NameListType getExcludeGroups()
      Gets the value of the excludeGroups property.
      Returns:
      possible object is NameListType
    • setExcludeGroups

      public void setExcludeGroups(NameListType value)
      Sets the value of the excludeGroups property.
      Parameters:
      value - allowed object is NameListType
    • 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
    • getDeploymentStrategy

      public String getDeploymentStrategy()
      Gets the value of the deploymentStrategy property.
      Returns:
      possible object is String
    • setDeploymentStrategy

      public void setDeploymentStrategy(String value)
      Sets the value of the deploymentStrategy property.
      Parameters:
      value - allowed object is String