Class WebhooksDailySummaryPeriodicEvent
- java.lang.Object
-
- com.atlassian.confluence.internal.webhooks.analytics.WebhooksDailySummaryPeriodicEvent
-
- All Implemented Interfaces:
PeriodicEvent
,Serializable
@AsynchronousPreferred public class WebhooksDailySummaryPeriodicEvent extends Object implements PeriodicEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhooksDailySummaryPeriodicEvent(int errorCount, int failureCount, int successCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCount()
int
getFailureCount()
int
getSuccessCount()
-