Class AppsStatisticEvent
java.lang.Object
com.atlassian.jira.analytics.statistics.apps.AppsStatisticEvent
- Since:
- v7.12 important note: systemAddOns and userInstalledAddOns are swapped, new attrs introduced since 8.19 starting from 8.19 added enabledApps, disabledApps, otherApps, and fixed systemApps and userInstalledApps counters
-
Constructor Summary
ConstructorsConstructorDescriptionAppsStatisticEvent(long systemAddOns, long userInstalledAddOns, long systemAppsCount, long userInstalledAppsCount, long enabledAppsCount, long disabledAppsCount, long otherAppsCount) -
Method Summary
-
Constructor Details
-
AppsStatisticEvent
public AppsStatisticEvent(long systemAddOns, long userInstalledAddOns, long systemAppsCount, long userInstalledAppsCount, long enabledAppsCount, long disabledAppsCount, long otherAppsCount)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getSystemAddOns
public long getSystemAddOns() -
getUserInstalledAddOns
public long getUserInstalledAddOns() -
getSystemAppsCount
public long getSystemAppsCount() -
getUserInstalledAppsCount
public long getUserInstalledAppsCount() -
getEnabledAppsCount
public long getEnabledAppsCount() -
getDisabledAppsCount
public long getDisabledAppsCount() -
getOtherAppsCount
public long getOtherAppsCount()
-