| Package | Description |
|---|---|
| com.atlassian.bitbucket | |
| com.atlassian.bitbucket.server |
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureUnavailableException.getFeature()
Deprecated.
|
| Constructor and Description |
|---|
FeatureUnavailableException(KeyedMessage message,
Feature feature)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFeature
Simple implementation of the
Feature interface |
class |
StandardFeature
Core
features provided by the application |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeatureManager.isAvailable(Feature feature)
Deprecated.
in 8.15 for removal in 9.0, without replacement
|
boolean |
FeatureManager.isDisabled(Feature feature) |
boolean |
FeatureManager.isDisabled(Feature feature,
boolean defaultValue) |
boolean |
FeatureManager.isEnabled(Feature feature) |
boolean |
FeatureManager.isEnabled(Feature feature,
boolean defaultValue) |
void |
FeatureManager.requireEnabled(Feature feature)
Ensures that
Feature is enabled. |
void |
FeatureManager.requireEnabled(Feature feature,
boolean defaultValue)
Ensures that
Feature is enabled. |
Copyright © 2023 Atlassian. All rights reserved.