Package | Description |
---|---|
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
ScmFeature |
FeatureUnsupportedScmException.getFeature()
The feature which was requested but is not supported.
|
static ScmFeature |
ScmFeature.parse(String value) |
static ScmFeature |
ScmFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmFeature[] |
ScmFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScmService.isSupported(Repository repository,
ScmFeature feature)
Tests whether the SCM for the specified
Repository supports the requested feature . |
boolean |
ScmService.isSupported(String scmId,
ScmFeature feature)
Tests whether the specified SCM supports the requested
feature . |
Constructor and Description |
---|
FeatureUnsupportedScmException(KeyedMessage message,
String scmId,
ScmFeature feature) |
Copyright © 2019 Atlassian. All rights reserved.