| 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 |
SourceUpdateParameters.sourceControlType()
Get the type of source control service.
|
SourceControlType |
SourceProperties.sourceControlType()
Get the type of source control service.
|
SourceControlType |
RegistrySourceTrigger.sourceControlType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<SourceControlType> |
SourceControlType.values() |
| Modifier and Type | Method and Description |
|---|---|
RegistrySourceTrigger.DefinitionStages.RepositoryUrl |
RegistrySourceTrigger.DefinitionStages.Blank.withSourceControl(SourceControlType sourceControl)
The function that allows the user to input their own kind of source control.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.SourceControlType.withSourceControl(SourceControlType sourceControl)
The function that allows the user to input their own kind of source control.
|
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl |
RegistrySourceTrigger.UpdateDefinitionStages.Blank.withSourceControl(SourceControlType sourceControl)
The function that allows the user to input their own kind of source control.
|
SourceUpdateParameters |
SourceUpdateParameters.withSourceControlType(SourceControlType sourceControlType)
Set the type of source control service.
|
SourceProperties |
SourceProperties.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.
*/