Class ScmType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ScmType>
-
- com.azure.resourcemanager.appservice.models.ScmType
-
public final class ScmType extends com.azure.core.util.ExpandableStringEnum<ScmType>
Defines values for ScmType.
-
-
Field Summary
Fields Modifier and Type Field Description static ScmTypeBITBUCKET_GITStatic value BitbucketGit for ScmType.static ScmTypeBITBUCKET_HGStatic value BitbucketHg for ScmType.static ScmTypeCODE_PLEX_GITStatic value CodePlexGit for ScmType.static ScmTypeCODE_PLEX_HGStatic value CodePlexHg for ScmType.static ScmTypeDROPBOXStatic value Dropbox for ScmType.static ScmTypeEXTERNAL_GITStatic value ExternalGit for ScmType.static ScmTypeEXTERNAL_HGStatic value ExternalHg for ScmType.static ScmTypeGIT_HUBStatic value GitHub for ScmType.static ScmTypeLOCAL_GITStatic value LocalGit for ScmType.static ScmTypeNONEStatic value None for ScmType.static ScmTypeONE_DRIVEStatic value OneDrive for ScmType.static ScmTypeTFSStatic value Tfs for ScmType.static ScmTypeVSOStatic value VSO for ScmType.static ScmTypeVSTSRMStatic value VSTSRM for ScmType.
-
Constructor Summary
Constructors Constructor Description ScmType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScmTypefromString(String name)Creates or finds a ScmType from its string representation.static Collection<ScmType>values()
-
-
-
Field Detail
-
NONE
public static final ScmType NONE
Static value None for ScmType.
-
DROPBOX
public static final ScmType DROPBOX
Static value Dropbox for ScmType.
-
TFS
public static final ScmType TFS
Static value Tfs for ScmType.
-
LOCAL_GIT
public static final ScmType LOCAL_GIT
Static value LocalGit for ScmType.
-
GIT_HUB
public static final ScmType GIT_HUB
Static value GitHub 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.
-
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.
-
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.
-
ONE_DRIVE
public static final ScmType ONE_DRIVE
Static value OneDrive for ScmType.
-
VSO
public static final ScmType VSO
Static value VSO for ScmType.
-
VSTSRM
public static final ScmType VSTSRM
Static value VSTSRM for ScmType.
-
-
Method Detail
-
fromString
public static ScmType fromString(String name)
Creates or finds a ScmType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ScmType.
-
values
public static Collection<ScmType> values()
- Returns:
- known ScmType values.
-
-