Uses of Interface
com.atlassian.bitbucket.server.Feature
Packages that use Feature
-
Uses of Feature in com.atlassian.bitbucket.server
Classes in com.atlassian.bitbucket.server that implement FeatureModifier and TypeClassDescriptionclass
Simple implementation of theFeature
interfaceenum
Corefeatures
provided by the applicationMethods in com.atlassian.bitbucket.server with parameters of type FeatureModifier and TypeMethodDescriptionboolean
FeatureManager.isDisabled
(Feature feature) boolean
FeatureManager.isDisabled
(Feature feature, boolean defaultValue) boolean
boolean
void
FeatureManager.requireEnabled
(Feature feature) Ensures thatFeature
is enabled.void
FeatureManager.requireEnabled
(Feature feature, boolean defaultValue) Ensures thatFeature
is enabled.