public final class ScmType extends ExpandableStringEnum<ScmType>
Modifier and Type | Field and Description |
---|---|
static ScmType |
BITBUCKET_GIT
Static value BitbucketGit for ScmType.
|
static ScmType |
BITBUCKET_HG
Static value BitbucketHg for ScmType.
|
static ScmType |
CODE_PLEX_GIT
Static value CodePlexGit for ScmType.
|
static ScmType |
CODE_PLEX_HG
Static value CodePlexHg for ScmType.
|
static ScmType |
DROPBOX
Static value Dropbox for ScmType.
|
static ScmType |
EXTERNAL_GIT
Static value ExternalGit for ScmType.
|
static ScmType |
EXTERNAL_HG
Static value ExternalHg for ScmType.
|
static ScmType |
GIT_HUB
Static value GitHub for ScmType.
|
static ScmType |
LOCAL_GIT
Static value LocalGit for ScmType.
|
static ScmType |
NONE
Static value None for ScmType.
|
static ScmType |
ONE_DRIVE
Static value OneDrive for ScmType.
|
static ScmType |
TFS
Static value Tfs for ScmType.
|
static ScmType |
VSO
Static value VSO for ScmType.
|
Constructor and Description |
---|
ScmType() |
Modifier and Type | Method and Description |
---|---|
static ScmType |
fromString(String name)
Creates or finds a ScmType from its string representation.
|
static Collection<ScmType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ScmType NONE
public static final ScmType DROPBOX
public static final ScmType TFS
public static final ScmType LOCAL_GIT
public static final ScmType GIT_HUB
public static final ScmType CODE_PLEX_GIT
public static final ScmType CODE_PLEX_HG
public static final ScmType BITBUCKET_GIT
public static final ScmType BITBUCKET_HG
public static final ScmType EXTERNAL_GIT
public static final ScmType EXTERNAL_HG
public static final ScmType ONE_DRIVE
public static final ScmType VSO
public static ScmType fromString(String name)
name
- a name to look forpublic static Collection<ScmType> values()
Copyright © 2019. All rights reserved.