java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.deployments.environments.actions.ViewEnvironment
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 ViewEnvironment extends BambooActionSupport
See Also:
  • Constructor Details

    • ViewEnvironment

      public ViewEnvironment()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getEnvironment

      public Environment getEnvironment()
    • getDeploymentProject

      public DeploymentProject getDeploymentProject()
    • getDeploymentResults

      public List<DeploymentResult> getDeploymentResults()
    • getDeploymentResultsCount

      public int getDeploymentResultsCount()
    • getLatestDeploymentResult

      public DeploymentResult getLatestDeploymentResult()
    • setDeploymentResultService

      public void setDeploymentResultService(DeploymentResultService deploymentResultService)