Class AbstractDeploymentVersionAction

java.lang.Object
com.opensymphony.xwork2.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, 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
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()
    • setDeploymentVersionService

      public final void setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
    • setDeploymentVersionLinkedJiraIssuesService

      public final void setDeploymentVersionLinkedJiraIssuesService(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
    • setDeploymentVersionVcsChangesetService

      public final void setDeploymentVersionVcsChangesetService(DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService)