| Modifier and Type | Field | Description |
|---|---|---|
static SourceControlType |
SourceControlType.GITHUB |
Static value Github for SourceControlType.
|
static SourceControlType |
SourceControlType.VISUAL_STUDIO_TEAM_SERVICE |
Static value VisualStudioTeamService for SourceControlType.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SourceControlType |
SourceControlType.fromString(String name) |
Creates or finds a SourceControlType from its string representation.
|
SourceControlType |
SourceProperties.sourceControlType() |
Get the type of source control service.
|
SourceControlType |
SourceUpdateParameters.sourceControlType() |
Get the type of source control service.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<SourceControlType> |
SourceControlType.values() |
| Modifier and Type | Method | Description |
|---|---|---|
SourceProperties |
SourceProperties.withSourceControlType(SourceControlType sourceControlType) |
Set the type of source control service.
|
SourceUpdateParameters |
SourceUpdateParameters.withSourceControlType(SourceControlType sourceControlType) |
Set the type of source control service.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/