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 from ConfigureMonitoringAction
Since:
8.2.0
  • Method Details

    • 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()