Class WebhookAnalytics.CreateEvent
- java.lang.Object
-
- com.atlassian.confluence.internal.webhooks.analytics.WebhookAnalytics.CreateEvent
-
- Enclosing class:
- WebhookAnalytics
@AsynchronousPreferred public static class WebhookAnalytics.CreateEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateEvent(boolean active, Collection<com.atlassian.webhooks.WebhookEvent> events, boolean connectionTested, boolean formSubmit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getConnectionTested()
boolean
getFormSubmit()
-
-
-
Constructor Detail
-
CreateEvent
public CreateEvent(boolean active, Collection<com.atlassian.webhooks.WebhookEvent> events, boolean connectionTested, boolean formSubmit)
-
-