public static interface RegistrySourceTrigger.UpdateDefinitionStages.Blank
Modifier and Type | Method and Description |
---|---|
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl |
withAzureDevOpsAsSourceControl()
The function that specifies Azure DevOps will be used as the type of source control.
|
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl |
withGithubAsSourceControl()
The function that specifies Github will be used as the type of source control.
|
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl |
withSourceControl(SourceControlType sourceControl)
The function that allows the user to input their own kind of source control.
|
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl withGithubAsSourceControl()
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl withAzureDevOpsAsSourceControl()
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl withSourceControl(SourceControlType sourceControl)
sourceControl
- the source control the user wishes to use.Copyright © 2019. All rights reserved.