| Modifier and Type | Field and Description |
|---|---|
static ScmType |
ScmType.BITBUCKET_GIT
Static value BitbucketGit for ScmType.
|
static ScmType |
ScmType.BITBUCKET_HG
Static value BitbucketHg for ScmType.
|
static ScmType |
ScmType.CODE_PLEX_GIT
Static value CodePlexGit for ScmType.
|
static ScmType |
ScmType.CODE_PLEX_HG
Static value CodePlexHg for ScmType.
|
static ScmType |
ScmType.DROPBOX
Static value Dropbox for ScmType.
|
static ScmType |
ScmType.EXTERNAL_GIT
Static value ExternalGit for ScmType.
|
static ScmType |
ScmType.EXTERNAL_HG
Static value ExternalHg for ScmType.
|
static ScmType |
ScmType.GIT_HUB
Static value GitHub for ScmType.
|
static ScmType |
ScmType.LOCAL_GIT
Static value LocalGit for ScmType.
|
static ScmType |
ScmType.NONE
Static value None for ScmType.
|
static ScmType |
ScmType.ONE_DRIVE
Static value OneDrive for ScmType.
|
static ScmType |
ScmType.TFS
Static value Tfs for ScmType.
|
static ScmType |
ScmType.VSO
Static value VSO for ScmType.
|
static ScmType |
ScmType.VSTSRM
Static value VSTSRM for ScmType.
|
| Modifier and Type | Method and Description |
|---|---|
static ScmType |
ScmType.fromString(String name)
Creates or finds a ScmType from its string representation.
|
ScmType |
WebAppBase.scmType() |
ScmType |
SiteConfig.scmType()
Get sCM type.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ScmType> |
ScmType.values() |
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withScmType(ScmType scmType)
Set sCM type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/