Uses of Enum Class
com.atlassian.bitbucket.scm.ScmFeature
Packages that use ScmFeature
-
Uses of ScmFeature in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return ScmFeatureModifier 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.Methods in com.atlassian.bitbucket.scm with parameters of type ScmFeatureModifier 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
.Constructors in com.atlassian.bitbucket.scm with parameters of type ScmFeatureModifierConstructorDescriptionFeatureUnsupportedScmException
(KeyedMessage message, String scmId, ScmFeature feature)