Class AppsStatisticEvent

java.lang.Object
com.atlassian.jira.analytics.statistics.apps.AppsStatisticEvent

@AsynchronousPreferred public class AppsStatisticEvent extends Object
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 Details

    • AppsStatisticEvent

      public AppsStatisticEvent(long systemAddOns, long userInstalledAddOns, long systemAppsCount, long userInstalledAppsCount, long enabledAppsCount, long disabledAppsCount, long otherAppsCount)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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()