Class ScmType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ScmType>
com.microsoft.azure.management.appservice.ScmType
Defines values for ScmType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScmType
Static value BitbucketGit for ScmType.static final ScmType
Static value BitbucketHg for ScmType.static final ScmType
Static value CodePlexGit for ScmType.static final ScmType
Static value CodePlexHg for ScmType.static final ScmType
Static value Dropbox for ScmType.static final ScmType
Static value ExternalGit for ScmType.static final ScmType
Static value ExternalHg for ScmType.static final ScmType
Static value GitHub for ScmType.static final ScmType
Static value LocalGit for ScmType.static final ScmType
Static value None for ScmType.static final ScmType
Static value OneDrive for ScmType.static final ScmType
Static value Tfs for ScmType.static final ScmType
Static value VSO for ScmType.static final ScmType
Static value VSTSRM for ScmType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScmType
fromString
(String name) Creates or finds a ScmType from its string representation.static Collection<ScmType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NONE
Static value None for ScmType. -
DROPBOX
Static value Dropbox for ScmType. -
TFS
Static value Tfs for ScmType. -
LOCAL_GIT
Static value LocalGit for ScmType. -
GIT_HUB
Static value GitHub for ScmType. -
CODE_PLEX_GIT
Static value CodePlexGit for ScmType. -
CODE_PLEX_HG
Static value CodePlexHg for ScmType. -
BITBUCKET_GIT
Static value BitbucketGit for ScmType. -
BITBUCKET_HG
Static value BitbucketHg for ScmType. -
EXTERNAL_GIT
Static value ExternalGit for ScmType. -
EXTERNAL_HG
Static value ExternalHg for ScmType. -
ONE_DRIVE
Static value OneDrive for ScmType. -
VSO
Static value VSO for ScmType. -
VSTSRM
Static value VSTSRM for ScmType.
-
-
Constructor Details
-
ScmType
public ScmType()
-
-
Method Details
-
fromString
Creates or finds a ScmType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ScmType
-
values
- Returns:
- known ScmType values
-