Class ProjectsStatisticEvent
java.lang.Object
com.atlassian.jira.analytics.statistics.projects.ProjectsStatisticEvent
-
Constructor Summary
ConstructorsConstructorDescriptionProjectsStatisticEvent
(long software, long softwareArchived, long business, long businessArchived, long servicedesk, long servicedeskArchived, long total, long totalArchived) -
Method Summary
-
Constructor Details
-
ProjectsStatisticEvent
public ProjectsStatisticEvent(long software, long softwareArchived, long business, long businessArchived, long servicedesk, long servicedeskArchived, long total, long totalArchived)
-
-
Method Details
-
getSoftware
public long getSoftware()- Returns:
- the number of active software projects
-
getSoftwareArchived
public long getSoftwareArchived()- Returns:
- the number of archived software projects
-
getBusiness
public long getBusiness()- Returns:
- the number of active business projects
-
getBusinessArchived
public long getBusinessArchived()- Returns:
- the number of archived business projects
-
getServicedesk
public long getServicedesk()- Returns:
- the number of active servicedesk projects
-
getServicedeskArchived
public long getServicedeskArchived()- Returns:
- the number of archived servicedesk projects
-
getTotal
public long getTotal()- Returns:
- the total number of active projects
-
getTotalArchived
public long getTotalArchived()- Returns:
- the total number of archived projects
-