Uses of Enum Class
com.atlassian.bitbucket.scm.ScmFeature
-
Uses of ScmFeature in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionFeatureUnsupportedScmException.getFeature()
The feature which was requested but is not supported.static ScmFeature
static ScmFeature
Returns the enum constant of this class with the specified name.static ScmFeature[]
ScmFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
ScmService.isSupported
(Repository repository, ScmFeature feature) Tests whether the SCM for the specifiedRepository
supports the requestedfeature
.boolean
ScmService.isSupported
(String scmId, ScmFeature feature) Tests whether the specified SCM supports the requestedfeature
.ModifierConstructorDescriptionFeatureUnsupportedScmException
(KeyedMessage message, String scmId, ScmFeature feature)