Class ViewOfflineAgents

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, PaginationAware, AuthenticatedUserSecurityAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ResultsListProvider, ReturnUrlAware, TabSelectionAware, 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 ViewOfflineAgents extends ViewAgents implements PaginationAware
See Also:
  • Constructor Details

    • ViewOfflineAgents

      public ViewOfflineAgents()
  • Method Details

    • doDefault

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

      public Pager getPager()
      Specified by:
      getPager in interface PaginationAware
    • setPager

      public void setPager(Pager pager)
      Specified by:
      setPager in interface PaginationAware
    • getResultsList

      public List<BuildAgent> getResultsList()
      Specified by:
      getResultsList in interface ResultsListProvider
    • getFirstPageUrl

      public String getFirstPageUrl()
    • getPreviousPageUrl

      public String getPreviousPageUrl()
    • getNextPageUrl

      public String getNextPageUrl()
    • getLastPageUrl

      public String getLastPageUrl()
    • isCompleteContentSelected

      public boolean isCompleteContentSelected()
    • setCompleteContentSelected

      public void setCompleteContentSelected(boolean completeContentSelected)