| Interface | Description |
|---|---|
| DarkFeatureManager |
Provides a cross-product method for determining whether a dark feature is enabled.
|
| SiteDarkFeaturesStorage |
Persist site wide dark feature keys.
|
| Class | Description |
|---|---|
| DarkFeatureEnabledCondition |
A parameterised plugin module condition for enabling modules in the presence of a dark feature.
|
| EnabledDarkFeatures |
Represents a set of enabled features.
|
| EnabledDarkFeaturesBuilder | |
| FeatureKeyScopePredicate |
| Enum | Description |
|---|---|
| FeatureKeyScope |
The scope of an enabled feature key.
|
| ValidFeatureKeyPredicate |
A given string represents a valid feature key if the following conditions are satisfied:
Contains alphanumeric characters including the dot (.), dash (,) and underscore (_) only
The minimal size is at least one character, while the upper limit is not restricted
|
| Exception | Description |
|---|---|
| InvalidFeatureKeyException | |
| MissingPermissionException |
Copyright © 2015 Atlassian. All rights reserved.