Uses of Class
com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent
-
Packages that use AbstractMonitoringAuditEvent Package Description com.atlassian.confluence.event.events.monitoring com.atlassian.confluence.impl.audit.listener -
-
Uses of AbstractMonitoringAuditEvent in com.atlassian.confluence.event.events.monitoring
Subclasses of AbstractMonitoringAuditEvent in com.atlassian.confluence.event.events.monitoring Modifier and Type Class Description class
AppMonitoringAuditEvent
Event that is emitted for change of state in App monitoring toggle fromConfigureMonitoringAction
.class
IpdMonitoringAuditEvent
Event that is emitted for change of state in In-product diagnostics toggle fromConfigureMonitoringAction
.class
JmxMonitoringAuditEvent
Event that is emitted for change of state in JMX monitoring toggle fromConfigureMonitoringAction
. -
Uses of AbstractMonitoringAuditEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type AbstractMonitoringAuditEvent Modifier and Type Method Description void
MonitoringAuditListener. ipdToggleChanged(AbstractMonitoringAuditEvent event)
-