Class ConfigureDeploymentProjectVersioning

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DeploymentProjectReadOnlyInterceptorAware, DeploymentProjectViewConfigurationSecurityAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ConfigureDeploymentProjectVersioning extends AbstractDeploymentProjectConfigurationAction implements DeploymentProjectViewConfigurationSecurityAware
See Also:
  • Constructor Details

    • ConfigureDeploymentProjectVersioning

      public ConfigureDeploymentProjectVersioning()
  • Method Details

    • getSecuredDomainObject

      public DeploymentProject getSecuredDomainObject()
      Specified by:
      getSecuredDomainObject in interface DeploymentProjectReadOnlyInterceptorAware
      Specified by:
      getSecuredDomainObject in interface DomainObjectSecurityAware
      Overrides:
      getSecuredDomainObject in class BambooActionSupport
    • doDefault

      public String doDefault()
      Description copied from class: BambooActionSupport
      Default action just sends to the input
      Overrides:
      doDefault in class BambooActionSupport
    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • validate

      public void validate()
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • getDeploymentProject

      public DeploymentProject getDeploymentProject()
      Specified by:
      getDeploymentProject in class AbstractDeploymentProjectConfigurationAction
    • isDeploymentProjectPlanConfigured

      public boolean isDeploymentProjectPlanConfigured()
    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getNextVersion

      public String getNextVersion()
    • setNextVersion

      public void setNextVersion(String nextVersion)
    • isAutoIncrement

      public boolean isAutoIncrement()
    • setAutoIncrement

      public void setAutoIncrement(boolean autoIncrement)
    • isApplicableToBranches

      public boolean isApplicableToBranches()
    • setApplicableToBranches

      public void setApplicableToBranches(boolean applicableToBranches)
    • setVariablesToAutoIncrement

      public void setVariablesToAutoIncrement(Set<String> variablesToAutoIncrement)
    • getVariablesToAutoIncrement

      public Set<String> getVariablesToAutoIncrement()