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

    • ViewEnvironment

      public ViewEnvironment()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.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)