Class ConfluenceStartAnalyticsEvent
- java.lang.Object
-
- com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEvent
-
@AsynchronousPreferred public class ConfluenceStartAnalyticsEvent extends Object
An analitics event which is fired when Confluence starts, and which contains various statistics and bits of metadata on the Confluence instance.The name of this event, and its properties, were inspired by/copied from the jira.start equivalent. They don't *have* to be the same, but it's probably helpful if they are.
- Since:
- 5.8
- See Also:
ConfluenceStartAnalyticsEventFactory
,ConfluenceStartAnalyticsEventPublisher
-
-
Constructor Summary
Constructors Constructor Description ConfluenceStartAnalyticsEvent(Map<String,Object> properties)
-