Class ViewAgentDetailsAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.agent.ViewAgentDetailsAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, AuthenticatedUserSecurityAware, 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 ViewAgentDetailsAction extends BambooActionSupport implements AuthenticatedUserSecurityAware
See Also:
  • Constructor Details

    • ViewAgentDetailsAction

      public ViewAgentDetailsAction()
  • Method Details

    • view

      public String view() throws Exception
      Throws:
      Exception
    • getInstance

      public com.atlassian.aws.ec2.RemoteEC2Instance getInstance()
    • getBuildAgent

      public BuildAgent getBuildAgent()
    • getAgent

      public PipelineDefinition getAgent()
    • getAgentId

      public long getAgentId()
    • setAgentId

      public void setAgentId(long agentId)
    • getShowOptions

      public String getShowOptions()
    • setShowOptions

      public void setShowOptions(String showOptions)
    • getShowStatus

      public String getShowStatus()
    • setShowStatus

      public void setShowStatus(String showStatus)
    • setAgentManager

      public void setAgentManager(AgentManager agentManager)
    • setElasticAgentManager

      public void setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)