Class ConfigureAgentDetails

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, 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.Preparable, org.apache.struts2.text.TextProvider, 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)