Class ApplyDeploymentStrategyStep

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

public class ApplyDeploymentStrategyStep 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="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"/>
         <element name="FinishDeployment" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="OldWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NewWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RouteRule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • groups

      protected NameListType groups
    • excludeGroups

      protected NameListType excludeGroups
    • precondition

      protected PreconditionType precondition
    • onError

      protected OnErrorType onError
    • deploymentStrategy

      protected String deploymentStrategy
    • finishDeployment

      protected boolean finishDeployment
    • oldWeight

      protected String oldWeight
    • newWeight

      protected String newWeight
    • routeRule

      protected String routeRule
  • Constructor Details

    • ApplyDeploymentStrategyStep

      public ApplyDeploymentStrategyStep()
  • Method Details

    • 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
    • isFinishDeployment

      public boolean isFinishDeployment()
      Gets the value of the finishDeployment property.
    • setFinishDeployment

      public void setFinishDeployment(boolean value)
      Sets the value of the finishDeployment property.
    • getOldWeight

      public String getOldWeight()
      Gets the value of the oldWeight property.
      Returns:
      possible object is String
    • setOldWeight

      public void setOldWeight(String value)
      Sets the value of the oldWeight property.
      Parameters:
      value - allowed object is String
    • getNewWeight

      public String getNewWeight()
      Gets the value of the newWeight property.
      Returns:
      possible object is String
    • setNewWeight

      public void setNewWeight(String value)
      Sets the value of the newWeight property.
      Parameters:
      value - allowed object is String
    • getRouteRule

      public String getRouteRule()
      Gets the value of the routeRule property.
      Returns:
      possible object is String
    • setRouteRule

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