public class DiagnosticsFeatureFlagRegistry extends Object implements FeatureFlagProvider
Modifier and Type | Field and Description |
---|---|
static FeatureFlag |
DATABASE_MONITOR
Enables database monitor
|
static FeatureFlag |
DIAGNOSTICS_MONITORS
Enables diagnostics monitors
|
static FeatureFlag |
HTTP_MONITOR
Enables Http monitor
|
static FeatureFlag |
JQL_MONITOR
Enables jql monitor
|
static FeatureFlag |
OPERATING_SYSTEM_MONITOR
Enables OperatingSytem monitor
|
static FeatureFlag |
SCHEDULER_MONITOR
Enables scheduler monitor
|
Constructor and Description |
---|
DiagnosticsFeatureFlagRegistry() |
Modifier and Type | Method and Description |
---|---|
Set<FeatureFlag> |
getFeatureFlags() |
public static final FeatureFlag DIAGNOSTICS_MONITORS
public static final FeatureFlag JQL_MONITOR
public static final FeatureFlag DATABASE_MONITOR
public static final FeatureFlag SCHEDULER_MONITOR
public static final FeatureFlag HTTP_MONITOR
public static final FeatureFlag OPERATING_SYSTEM_MONITOR
public Set<FeatureFlag> getFeatureFlags()
getFeatureFlags
in interface FeatureFlagProvider
Copyright © 2002-2019 Atlassian. All Rights Reserved.