Uses of Enum Class
com.atlassian.bitbucket.scm.ScmFeature
Packages that use ScmFeature
- 
Uses of ScmFeature in com.atlassian.bitbucket.scmMethods in com.atlassian.bitbucket.scm that return ScmFeatureModifier and TypeMethodDescriptionFeatureUnsupportedScmException.getFeature()The feature which was requested but is not supported.static ScmFeaturestatic ScmFeatureReturns 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 TypeMethodDescriptionbooleanScmService.isSupported(Repository repository, ScmFeature feature) Tests whether the SCM for the specifiedRepositorysupports the requestedfeature.booleanScmService.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)