Uses of Interface
com.atlassian.bitbucket.server.Feature
-
Uses of Feature in com.atlassian.bitbucket.server
Modifier and TypeClassDescriptionclass
Simple implementation of theFeature
interfaceenum
Corefeatures
provided by the applicationModifier 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.