@ExperimentalApi
public interface DCFeatureLicenseChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(FeatureFlag featureFlag)
Checks whether feature flag is enabled and Jira is DC licensed
|
boolean |
isEnabled(String featureKey)
Checks whether feature is enabled and Jira is DC licensed
|
boolean isEnabled(String featureKey)
featureKey - the feature key to checkfeature is enabled and Jira is DC licensed; false otherwiseFeatureManager.isEnabled(String)boolean isEnabled(FeatureFlag featureFlag)
featureFlag - the feature flag to checkfeatureFlag is enabled and Jira is DC licensed; false otherwiseFeatureManager.isEnabled(FeatureFlag)Copyright © 2002-2023 Atlassian. All Rights Reserved.