| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.rest.admin.darkfeature |
| Modifier and Type | Class and Description |
|---|---|
class |
RestUserDarkFeature |
| Modifier and Type | Field and Description |
|---|---|
static RestDarkFeature |
DarkFeatureResource.DARK_FEATURE
Used for REST documentation generation.
|
| Modifier and Type | Method and Description |
|---|---|
RestDarkFeature |
DarkFeatureResource.get(String featureKey)
Retrieves whether a given dark feature key is enabled for this instance.
|
RestDarkFeature |
DarkFeatureResource.getForUser(String featureKey,
String userName)
Retrieves whether a given dark feature key is enabled for a given user.
|
RestDarkFeature |
DarkFeatureResource.put(String featureKey,
RestDarkFeature darkFeaturePropertyBean)
Enable or disable a dark feature for all users of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestDarkFeature> |
DarkFeatureResource.getAll()
Retrieves a list of dark features that are enabled for all users.
|
| Modifier and Type | Method and Description |
|---|---|
RestDarkFeature |
DarkFeatureResource.put(String featureKey,
RestDarkFeature darkFeaturePropertyBean)
Enable or disable a dark feature for all users of this instance.
|
RestUserDarkFeature |
DarkFeatureResource.put(String featureKey,
String userName,
RestDarkFeature darkFeaturePropertyBean)
Enable or disable a dark feature for a given user.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.