Class AgentConsoleAction

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

    • AgentConsoleAction

      public AgentConsoleAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • sendCommand

      public String sendCommand()
    • getAgentId

      public long getAgentId()
    • setAgentId

      public void setAgentId(long agentId)
    • getAgentName

      public String getAgentName()
    • setCommand

      public void setCommand(String command)
    • setSessionId

      public void setSessionId(long sessionId)
    • setPlanKey

      public void setPlanKey(PlanKey planKey)
    • getPlanKey

      public PlanKey getPlanKey()
    • setAgentCommandSender

      public void setAgentCommandSender(AgentCommandSender agentCommandSender)
    • setAgentManager

      public void setAgentManager(AgentManager agentManager)
    • setExecutableAgentsHelper

      public void setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)