public interface FrontEndDarkFeatureHelper
A helper to checking for frontend dark features and feature flags.
Front end feature flags are of the form: frontend.{component}.
React specific SPA front end feature flags are of the form: react.{component}.
An enabled feature (e.g. via a system property) can be disabled with the frontend.{component}.disabled feature flag.
Modifier and Type | Method and Description |
---|---|
DarkFeatures |
getEnabledDarkFeatures()
Get enabled dark features and frontend feature flags, as a DarkFeatures object.
|
boolean |
isFeatureFlagEnabled(String key)
Get whether a dark feature or feature flag is enabled.
|
DarkFeatures getEnabledDarkFeatures()
SpaFeatureFlagFilterHelper
boolean isFeatureFlagEnabled(String key)
Copyright © 2003–2017 Atlassian. All rights reserved.