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, onPluginSystemStarteddefaultScheduleIntervalpublic 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 JqlMonitorConfigurationpublic int queryComplexityThreshold()
queryComplexityThreshold in interface JqlMonitorConfigurationpublic int numberOfResultsThreshold()
numberOfResultsThreshold in interface JqlMonitorConfigurationpublic int queryCustomFieldsThreshold()
queryCustomFieldsThreshold in interface JqlMonitorConfigurationCopyright © 2002-2024 Atlassian. All Rights Reserved.