Class ConfigureDeploymentProject

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, 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 ConfigureDeploymentProject extends AbstractDeploymentProjectConfigurationAction
See Also:
  • Constructor Details

    • ConfigureDeploymentProject

      public ConfigureDeploymentProject()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • getRelatedPlan

      @Nullable public @Nullable ImmutablePlan getRelatedPlan()
    • getDeploymentProjectItems

      public List<DeploymentProjectItem> getDeploymentProjectItems()
    • getEnvironmentsExecutionAllowancesInVersionContext

      public Map<String,Pair<Boolean,String>> getEnvironmentsExecutionAllowancesInVersionContext()
    • getEnvironments

      public List<? extends EnvironmentWithConfigCounts> getEnvironments()
    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getEnvironmentId

      public long getEnvironmentId()
    • setEnvironmentId

      public void setEnvironmentId(long environmentId)
    • getDeploymentProject

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

      public boolean isAnyCustomEnvironmentConfigPluginAvailable()