Interface RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl
-
- All Known Subinterfaces:
RegistrySourceTrigger.UpdateDefinition
- Enclosing interface:
- RegistrySourceTrigger.UpdateDefinitionStages
public static interface RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrlThe stage of the container registry source trigger definition allowing to specify the URL of the source control repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinitionwithSourceControlRepositoryUrl(String sourceControlRepositoryUrl)The function that specifies the URL of the source control repository.
-
-
-
Method Detail
-
withSourceControlRepositoryUrl
RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition withSourceControlRepositoryUrl(String sourceControlRepositoryUrl)
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.
-
-