Class ConfigureAgentDetails

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, 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.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Preparable, org.apache.struts2.Validateable
Direct Known Subclasses:
ConfigureLocalAgentDetails

public class ConfigureAgentDetails extends ViewAgentDetails
Action class for mutative agent operations
See Also:
  • Constructor Details

    • ConfigureAgentDetails

      public ConfigureAgentDetails()
  • Method Details

    • validateSave

      protected void validateSave()
    • input

      public String input() throws Exception
      Overrides:
      input in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • save

      public String save() throws Exception
      Throws:
      Exception
    • updateNameAndDescription

      protected boolean updateNameAndDescription()
    • remove

      public String remove() throws Exception
      Throws:
      Exception
    • stopNicely

      public String stopNicely() throws Exception
      Throws:
      Exception
    • enable

      public String enable() throws Exception
      Throws:
      Exception
    • disable

      public String disable() throws Exception
      Throws:
      Exception
    • setAgentName

      public void setAgentName(String agentName)
    • setAgentDescription

      public void setAgentDescription(String agentDescription)
    • setManuallyNamed

      public void setManuallyNamed(boolean manuallyNamed)