Uses of Class
com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.MonitoringType
-
Packages that use AbstractMonitoringAuditEvent.MonitoringType Package Description com.atlassian.confluence.event.events.monitoring -
-
Uses of AbstractMonitoringAuditEvent.MonitoringType in com.atlassian.confluence.event.events.monitoring
Methods in com.atlassian.confluence.event.events.monitoring that return AbstractMonitoringAuditEvent.MonitoringType Modifier and Type Method Description AbstractMonitoringAuditEvent.MonitoringTypeAbstractMonitoringAuditEvent.Monitoring. getType()static AbstractMonitoringAuditEvent.MonitoringTypeAbstractMonitoringAuditEvent.MonitoringType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractMonitoringAuditEvent.MonitoringType[]AbstractMonitoringAuditEvent.MonitoringType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.event.events.monitoring with parameters of type AbstractMonitoringAuditEvent.MonitoringType Constructor Description Monitoring(AbstractMonitoringAuditEvent.MonitoringType type, boolean isChanged, boolean wasEnabled)
-