Class AbstractMonitoringAuditEvent
- java.lang.Object
-
- com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent
-
- Direct Known Subclasses:
AppMonitoringAuditEvent,IpdMonitoringAuditEvent,JmxMonitoringAuditEvent
@Internal public abstract class AbstractMonitoringAuditEvent extends Object
Abstract class for monitoring audit events emitted for change of state in toggles fromConfigureMonitoringAction- Since:
- 8.2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAbstractMonitoringAuditEvent.Monitoringprotected static classAbstractMonitoringAuditEvent.MonitoringType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getChangedMonitoringNames()protected List<AbstractMonitoringAuditEvent.Monitoring>getMonitoringList()booleanisMonitoringBeingEnabled()
-
-
-
Method Detail
-
getChangedMonitoringNames
public Set<String> 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
protected List<AbstractMonitoringAuditEvent.Monitoring> getMonitoringList()
-
-