Interface RegistrySourceTrigger.UpdateStages.RepositoryUrl
- All Known Subinterfaces:
RegistrySourceTrigger.Update
- Enclosing interface:
- RegistrySourceTrigger.UpdateStages
public static interface RegistrySourceTrigger.UpdateStages.RepositoryUrl
The stage of the container registry source trigger update allowing to specify the URL of the source control
repository.
-
Method Summary
Modifier and TypeMethodDescriptionwithSourceControlRepositoryUrl(String sourceControlRepositoryUrl) The function that specifies the URL of the source control repository.
-
Method Details
-
withSourceControlRepositoryUrl
The function that specifies the URL of the source control repository.- Parameters:
sourceControlRepositoryUrl- the URL of the source control repository.- Returns:
- the next stage of the container registry source trigger definition.
-