Class AbstractDeploymentVersionAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.BambooCancellableAction
com.atlassian.bamboo.deployments.versions.actions.AbstractDeploymentVersionAction
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
Direct Known Subclasses:
AbstractDeploymentVersionHistoryAction, DeleteDeploymentVersion, EditDeploymentVersionCommentAction, RenameDeploymentVersion, ViewDeploymentVersion, ViewDeploymentVersionVariables

public class AbstractDeploymentVersionAction extends BambooCancellableAction
See Also:
  • Field Details

  • Constructor Details

    • AbstractDeploymentVersionAction

      public AbstractDeploymentVersionAction()
  • Method Details

    • getIssueCount

      public int getIssueCount()
    • getCommitCount

      public int getCommitCount()
    • getVersionId

      public long getVersionId()
    • setVersionId

      public void setVersionId(long versionId)
    • getDeploymentProjectId

      public long getDeploymentProjectId()
    • getDeploymentVersion

      @Nullable public @Nullable DeploymentVersion getDeploymentVersion()
    • getVersionGeneralState

      @Nullable public @Nullable DeploymentVersionState getVersionGeneralState()
    • getCurrentUserState

      public DeploymentVersionState getCurrentUserState()
    • getDeploymentProject

      public DeploymentProject getDeploymentProject()
    • getEnvironmentsExecutionAllowancesInVersionContext

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