你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScmType Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.ScmType

public class ScmType

Defines values for ScmType.

Field Summary

Modifier and Type Field and Description
final ScmType BITBUCKET_GIT

Static value BitbucketGit for ScmType.

final ScmType BITBUCKET_HG

Static value BitbucketHg for ScmType.

final ScmType CODE_PLEX_GIT

Static value CodePlexGit for ScmType.

final ScmType CODE_PLEX_HG

Static value CodePlexHg for ScmType.

final ScmType DROPBOX

Static value Dropbox for ScmType.

final ScmType EXTERNAL_GIT

Static value ExternalGit for ScmType.

final ScmType EXTERNAL_HG

Static value ExternalHg for ScmType.

final ScmType GIT_HUB

Static value GitHub for ScmType.

final ScmType LOCAL_GIT

Static value LocalGit for ScmType.

final ScmType NONE

Static value None for ScmType.

final ScmType ONE_DRIVE

Static value OneDrive for ScmType.

final ScmType TFS

Static value Tfs for ScmType.

final ScmType 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:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to