public interface Feature
bitbucket.propertiesFeatureManager,
StandardFeature| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
boolean |
isDataCenter()
Deprecated.
in 8.15 for removal in 9.0, without replacement
|
@Deprecated boolean isDataCenter()
Data Center licenses.
For Bitbucket 8.15 and later the only supported license type is Data Center. This has no behavioural change for consumers of this method but does render it redundant (as all features are always available when the license type is always Data Center). This method will be removed in Bitbucket 9.0 with no replacement offered.
true if the feature requires a Data Center license, otherwise falseCopyright © 2023 Atlassian. All rights reserved.