Uses of Interface
com.atlassian.bitbucket.server.Feature
Packages that use Feature
- 
Uses of Feature in com.atlassian.bitbucket.serverClasses in com.atlassian.bitbucket.server that implement FeatureModifier and TypeClassDescriptionclassSimple implementation of theFeatureinterfaceenumCorefeaturesprovided by the applicationMethods in com.atlassian.bitbucket.server with parameters of type FeatureModifier and TypeMethodDescriptionbooleanFeatureManager.isDisabled(Feature feature) booleanFeatureManager.isDisabled(Feature feature, boolean defaultValue) booleanbooleanvoidFeatureManager.requireEnabled(Feature feature) Ensures thatFeatureis enabled.voidFeatureManager.requireEnabled(Feature feature, boolean defaultValue) Ensures thatFeatureis enabled.