Class ConfigureDeploymentProjectVersioning

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DeploymentProjectReadOnlyInterceptorAware, DeploymentProjectViewConfigurationSecurityAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

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 org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • validate

      public void validate()
      Specified by:
      validate in interface org.apache.struts2.Validateable
      Overrides:
      validate in class org.apache.struts2.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()