public class JiraJqlMonitorConfiguration extends JiraMonitorConfiguration implements JqlMonitorConfiguration
Constructor and Description |
---|
JiraJqlMonitorConfiguration(com.atlassian.diagnostics.DiagnosticsConfiguration diagnosticsConfiguration,
FeatureManager featureManager,
ApplicationProperties properties,
com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.license.LicenseHandler licenseHandler) |
Modifier and Type | Method and Description |
---|---|
int |
numberOfResultsThreshold() |
int |
queryComplexityThreshold() |
int |
queryCustomFieldsThreshold() |
int |
slowQueryThreshold() |
afterPropertiesSet, destroy, isEnabled, onFeatureFlagChange, onLicenseChanged, onPluginSystemStarted
defaultScheduleInterval
public JiraJqlMonitorConfiguration(com.atlassian.diagnostics.DiagnosticsConfiguration diagnosticsConfiguration, FeatureManager featureManager, ApplicationProperties properties, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.license.LicenseHandler licenseHandler)
public int slowQueryThreshold()
slowQueryThreshold
in interface JqlMonitorConfiguration
public int queryComplexityThreshold()
queryComplexityThreshold
in interface JqlMonitorConfiguration
public int numberOfResultsThreshold()
numberOfResultsThreshold
in interface JqlMonitorConfiguration
public int queryCustomFieldsThreshold()
queryCustomFieldsThreshold
in interface JqlMonitorConfiguration
Copyright © 2002-2019 Atlassian. All Rights Reserved.