Class UserAddedNotificationAggregateAnalyticsEvent

java.lang.Object
com.atlassian.crowd.analytics.events.useradded.UserAddedNotificationAggregateAnalyticsEvent
All Implemented Interfaces:
CrowdAnalyticsEvent

public class UserAddedNotificationAggregateAnalyticsEvent extends Object implements CrowdAnalyticsEvent
Aggregate event that contains the number of notifications sent to new users created in Crowd. Published and reset daily by UserAddedNotificationStatisticsCollector
Since:
5.2.0
  • Constructor Details

    • UserAddedNotificationAggregateAnalyticsEvent

      public UserAddedNotificationAggregateAnalyticsEvent(long userAddedNotificationCount)
  • Method Details