public static interface RegistrySourceTrigger.UpdateStages.SourceControlType
| Modifier and Type | Method and Description |
|---|---|
RegistrySourceTrigger.Update |
withAzureDevOpsAsSourceControl()
The function that specifies Azure DevOps will be used as the type of source control.
|
RegistrySourceTrigger.Update |
withGithubAsSourceControl()
The function that specifies Github will be used as the type of source control.
|
RegistrySourceTrigger.Update |
withSourceControl(SourceControlType sourceControl)
The function that allows the user to input their own kind of source control.
|
RegistrySourceTrigger.Update withGithubAsSourceControl()
RegistrySourceTrigger.Update withAzureDevOpsAsSourceControl()
RegistrySourceTrigger.Update withSourceControl(SourceControlType sourceControl)
sourceControl - the source control the user wishes to use./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/