Class AnalyticsEventReport
java.lang.Object
com.atlassian.confluence.it.analytics.AnalyticsEventReport
Represents a JSON report from the Analytics Client plugin
- Since:
- 5.8
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilterEvents(com.google.common.base.Predicate<AnalyticsEventReport.Event> predicate) boolean
-
Constructor Details
-
AnalyticsEventReport
public AnalyticsEventReport()
-
-
Method Details
-
isCapturing
public boolean isCapturing() -
getEvents
-
filterEvents
public Collection<AnalyticsEventReport.Event> filterEvents(com.google.common.base.Predicate<AnalyticsEventReport.Event> predicate)
-