Class AbstractMonitoringAuditEvent
java.lang.Object
com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent
- Direct Known Subclasses:
AppMonitoringAuditEvent
,IpdMonitoringAuditEvent
,JmxMonitoringAuditEvent
Abstract class for monitoring audit events emitted for change of state in toggles from
ConfigureMonitoringAction
- Since:
- 8.2.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
protected static enum
-
Method Summary
Modifier and TypeMethodDescriptionprotected List
<AbstractMonitoringAuditEvent.Monitoring> boolean
-
Method Details
-
getChangedMonitoringNames
- Returns:
- Set with names of types of monitoring affected by toggle's change of state.
-
isMonitoringBeingEnabled
public boolean isMonitoringBeingEnabled()- Returns:
- true when toggle's change of state is enabling monitoring, false otherwise.
-
getMonitoringList
-