ScmType Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. ScmType
- com.
public class ScmType
Defines values for ScmType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Scm |
BITBUCKET_GIT
Static value BitbucketGit for ScmType. |
final Scm |
BITBUCKET_HG
Static value BitbucketHg for ScmType. |
final Scm |
CODE_PLEX_GIT
Static value CodePlexGit for ScmType. |
final Scm |
CODE_PLEX_HG
Static value CodePlexHg for ScmType. |
final Scm |
DROPBOX
Static value Dropbox for ScmType. |
final Scm |
EXTERNAL_GIT
Static value ExternalGit for ScmType. |
final Scm |
EXTERNAL_HG
Static value ExternalHg for ScmType. |
final Scm |
GIT_HUB
Static value GitHub for ScmType. |
final Scm |
LOCAL_GIT
Static value LocalGit for ScmType. |
final Scm |
NONE
Static value None for ScmType. |
final Scm |
ONE_DRIVE
Static value OneDrive for ScmType. |
final Scm |
TFS
Static value Tfs for ScmType. |
final Scm |
VSO
Static value VSO for ScmType. |
Constructor Summary
Constructor | Description |
---|---|
ScmType(String value) |
Creates a custom value for ScmType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
BITBUCKET_GIT
public static final ScmType BITBUCKET_GIT= new ScmType("BitbucketGit")
Static value BitbucketGit for ScmType.
BITBUCKET_HG
public static final ScmType BITBUCKET_HG= new ScmType("BitbucketHg")
Static value BitbucketHg for ScmType.
CODE_PLEX_GIT
public static final ScmType CODE_PLEX_GIT= new ScmType("CodePlexGit")
Static value CodePlexGit for ScmType.
CODE_PLEX_HG
public static final ScmType CODE_PLEX_HG= new ScmType("CodePlexHg")
Static value CodePlexHg for ScmType.
DROPBOX
public static final ScmType DROPBOX= new ScmType("Dropbox")
Static value Dropbox for ScmType.
EXTERNAL_GIT
public static final ScmType EXTERNAL_GIT= new ScmType("ExternalGit")
Static value ExternalGit for ScmType.
EXTERNAL_HG
public static final ScmType EXTERNAL_HG= new ScmType("ExternalHg")
Static value ExternalHg for ScmType.
GIT_HUB
public static final ScmType GIT_HUB= new ScmType("GitHub")
Static value GitHub for ScmType.
LOCAL_GIT
public static final ScmType LOCAL_GIT= new ScmType("LocalGit")
Static value LocalGit for ScmType.
NONE
public static final ScmType NONE= new ScmType("None")
Static value None for ScmType.
ONE_DRIVE
public static final ScmType ONE_DRIVE= new ScmType("OneDrive")
Static value OneDrive for ScmType.
TFS
public static final ScmType TFS= new ScmType("Tfs")
Static value Tfs for ScmType.
VSO
public static final ScmType VSO= new ScmType("VSO")
Static value VSO for ScmType.
Constructor Details
ScmType
public ScmType(String value)
Creates a custom value for ScmType.
Parameters:
Method Details
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()
Applies to
Azure SDK for Java