| Modifier and Type | Field and 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 and Description |
|---|---|
static SourceControlType |
SourceControlType.fromString(String name)
Creates or finds a SourceControlType from its string representation.
|
SourceControlType |
SourceRepositoryProperties.sourceControlType() |
SourceControlType |
BuildTask.sourceControlType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<SourceControlType> |
SourceControlType.values() |
| Modifier and Type | Method and Description |
|---|---|
BuildTask.DefinitionStages.WithRepositoryUrl |
BuildTask.DefinitionStages.WithSourceControlType.withSourceControlType(SourceControlType sourceControlType)
Specifies full URL to the source code repository.
|
BuildTask.Update |
BuildTask.UpdateStages.WithSourceControlType.withSourceControlType(SourceControlType sourceControlType)
Specifies full URL to the source code repository.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/