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) |
defaultScheduleInterval
public boolean isEnabled()
isEnabled
in interface com.atlassian.diagnostics.MonitorConfiguration
isEnabled
in class com.atlassian.diagnostics.internal.platform.monitor.DefaultMonitorConfiguration
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
@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-2022 Atlassian. All Rights Reserved.