Class CurrentUsersList

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.currentusers.CurrentUsersList
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class CurrentUsersList extends JiraWebActionSupport
An action that lists the current users that have sessions within JIRA
Since:
v4.1
See Also:
  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getPager

      public ListPager<com.atlassian.jira.web.action.admin.currentusers.CurrentUsersList.JiraUserSessionDisplayBean> getPager()
    • getFromIndex

      public int getFromIndex()
      Returns:
      1's based from index in the pager
    • getToIndex

      public int getToIndex()
      Returns:
      1's based to index (exclsuive) in the pager
    • getServerTime

      public String getServerTime()
    • getPageNo

      public int getPageNo()
    • setPageNo

      public void setPageNo(int pageNo)
    • getRowsPerPage

      public int getRowsPerPage()