ScmType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. ScmType
- com.
- com.
public final class ScmType
extends ExpandableStringEnum<ScmType>
SCM type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Scm |
BITBUCKET_GIT
Static value Bitbucket |
static final
Scm |
BITBUCKET_HG
Static value Bitbucket |
static final
Scm |
CODE_PLEX_GIT
Static value Code |
static final
Scm |
CODE_PLEX_HG
Static value Code |
static final
Scm |
DROPBOX
Static value Dropbox for Scm |
static final
Scm |
EXTERNAL_GIT
Static value External |
static final
Scm |
EXTERNAL_HG
Static value External |
static final
Scm |
GIT_HUB
Static value Git |
static final
Scm |
LOCAL_GIT
Static value Local |
static final
Scm |
NONE
Static value None for Scm |
static final
Scm |
ONE_DRIVE
Static value One |
static final
Scm |
TFS
Static value Tfs for Scm |
static final
Scm |
VSO
Static value VSO for Scm |
static final
Scm |
VSTSRM
Static value VSTSRM for Scm |
Constructor Summary
Constructor | Description |
---|---|
ScmType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Scm |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Scm |
fromString(String name)
Creates or finds a Scm |
static
Collection<Scm |
values()
Gets known Scm |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BITBUCKET_GIT
public static final ScmType BITBUCKET_GIT
Static value BitbucketGit for ScmType.
BITBUCKET_HG
public static final ScmType BITBUCKET_HG
Static value BitbucketHg for ScmType.
CODE_PLEX_GIT
public static final ScmType CODE_PLEX_GIT
Static value CodePlexGit for ScmType.
CODE_PLEX_HG
public static final ScmType CODE_PLEX_HG
Static value CodePlexHg for ScmType.
DROPBOX
public static final ScmType DROPBOX
Static value Dropbox for ScmType.
EXTERNAL_GIT
public static final ScmType EXTERNAL_GIT
Static value ExternalGit for ScmType.
EXTERNAL_HG
public static final ScmType EXTERNAL_HG
Static value ExternalHg for ScmType.
GIT_HUB
public static final ScmType GIT_HUB
Static value GitHub for ScmType.
LOCAL_GIT
public static final ScmType LOCAL_GIT
Static value LocalGit for ScmType.
NONE
public static final ScmType NONE
Static value None for ScmType.
ONE_DRIVE
public static final ScmType ONE_DRIVE
Static value OneDrive for ScmType.
TFS
public static final ScmType TFS
Static value Tfs for ScmType.
VSO
public static final ScmType VSO
Static value VSO for ScmType.
VSTSRM
public static final ScmType VSTSRM
Static value VSTSRM for ScmType.
Constructor Details
ScmType
@Deprecated
public ScmType()
Deprecated
Creates a new instance of ScmType value.
Method Details
fromString
public static ScmType fromString(String name)
Creates or finds a ScmType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ScmType values.
Returns:
Applies to
Azure SDK for Java