public abstract class JiraMonitorConfiguration
extends com.atlassian.diagnostics.internal.platform.monitor.DefaultMonitorConfiguration
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
boolean |
isEnabled() |
void |
onFeatureFlagChange(FeatureEvent event) |
void |
onLicenseChanged(LicenseChangedEvent event) |
void |
onPluginSystemStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) |
defaultScheduleIntervalpublic boolean isEnabled()
isEnabled in interface com.atlassian.diagnostics.MonitorConfigurationisEnabled in class com.atlassian.diagnostics.internal.platform.monitor.DefaultMonitorConfigurationpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanException@EventListener public void onPluginSystemStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
@EventListener public void onFeatureFlagChange(FeatureEvent event)
@EventListener public void onLicenseChanged(LicenseChangedEvent event)
Copyright © 2002-2023 Atlassian. All Rights Reserved.