| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistrySourceTrigger.Definition
Container interface for all of the definitions related to a container registry source trigger.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrySourceTrigger.DefinitionStages.RepositoryUrl |
RegistrySourceTrigger.DefinitionStages.Blank.withAzureDevOpsAsSourceControl()
The function that specifies Azure DevOps will be used as the type of source control.
|
RegistrySourceTrigger.DefinitionStages.RepositoryUrl |
RegistrySourceTrigger.DefinitionStages.Blank.withGithubAsSourceControl()
The function that specifies Github will be used as the type of source control.
|
RegistrySourceTrigger.DefinitionStages.RepositoryUrl |
RegistrySourceTrigger.DefinitionStages.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.
*/