| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistrySourceTrigger.UpdateDefinition
Container interface for defining a new trigger during a task update.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl |
RegistrySourceTrigger.UpdateDefinitionStages.Blank.withAzureDevOpsAsSourceControl()
The function that specifies Azure DevOps will be used as the type of source control.
|
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl |
RegistrySourceTrigger.UpdateDefinitionStages.Blank.withGithubAsSourceControl()
The function that specifies Github will be used as the type 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/