Class ConfigureDeploymentProject

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

    • ConfigureDeploymentProject

      public ConfigureDeploymentProject()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.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()