| Package | Description |
|---|---|
| com.atlassian.bitbucket | |
| com.atlassian.bitbucket.server |
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureUnavailableException.getFeature() |
| Constructor and Description |
|---|
FeatureUnavailableException(KeyedMessage message,
Feature feature) |
| 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) |
boolean |
FeatureManager.isEnabled(Feature feature) |
boolean |
FeatureManager.isEnabled(Feature feature,
boolean defaultValue) |
void |
FeatureManager.requireEnabled(Feature feature)
Ensures that
Feature is available and enabled. |
void |
FeatureManager.requireEnabled(Feature feature,
boolean defaultValue)
Ensures that
Feature is available and enabled. |
Copyright © 2019 Atlassian. All rights reserved.