Class ConfigureAgents

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, AuthenticatedUserSecurityAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, TabSelectionAware, 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 ConfigureAgents extends ViewAgents implements GlobalAdminSecurityAware
See Also:
  • Constructor Details

    • ConfigureAgents

      public ConfigureAgents()
  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Description copied from class: BambooActionSupport
      Default action just sends to the input
      Overrides:
      doDefault in class ViewAgents
      Throws:
      Exception
    • reconfigure

      public String reconfigure() throws Exception
      Throws:
      Exception
    • isAllowedForRestrictedAdmin

      public boolean isAllowedForRestrictedAdmin()
    • activateAll

      public String activateAll() throws Exception
      Throws:
      Exception
    • deactivateAll

      public String deactivateAll() throws Exception
      Throws:
      Exception
    • doRemoveAllRemoteAgents

      public String doRemoveAllRemoteAgents() throws Exception
      Throws:
      Exception
    • setEnableButton

      public void setEnableButton(String enableButton)
    • setDisableButton

      public void setDisableButton(String disableButton)
    • setDeleteButton

      public void setDeleteButton(String deleteButton)
    • setSelectedAgents

      public void setSelectedAgents(long[] visibleSelectedAgents)
    • setCompleteContentSelected

      public void setCompleteContentSelected(boolean completeContentSelected)