Interface RegistrySourceTrigger.UpdateDefinitionStages.Blank
-
- All Known Subinterfaces:
RegistrySourceTrigger.UpdateDefinition
- Enclosing interface:
- RegistrySourceTrigger.UpdateDefinitionStages
public static interface RegistrySourceTrigger.UpdateDefinitionStages.BlankThe first stage of a source trigger definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrlwithAzureDevOpsAsSourceControl()The function that specifies Azure DevOps will be used as the type of source control.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrlwithGithubAsSourceControl()The function that specifies Github will be used as the type of source control.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrlwithSourceControl(SourceControlType sourceControl)The function that allows the user to input their own kind of source control.
-
-
-
Method Detail
-
withGithubAsSourceControl
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl withGithubAsSourceControl()
The function that specifies Github will be used as the type of source control.- Returns:
- the next stage of the container registry source trigger definition.
-
withAzureDevOpsAsSourceControl
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl withAzureDevOpsAsSourceControl()
The function that specifies Azure DevOps will be used as the type of source control.- Returns:
- the next stage of the container registry source trigger definition.
-
withSourceControl
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl withSourceControl(SourceControlType sourceControl)
The function that allows the user to input their own kind of source control.- Parameters:
sourceControl- the source control the user wishes to use.- Returns:
- the next stage of the container registry source trigger definition.
-
-