RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl Interface

public static interface RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl

The stage of the container registry source trigger definition allowing to specify the URL of the source control repository.

Method Summary

Modifier and Type Method and Description
abstract TriggerEventsDefinition withSourceControlRepositoryUrl(String sourceControlRepositoryUrl)

The function that specifies the URL of the source control repository.

Method Details

withSourceControlRepositoryUrl

public abstract 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.

Applies to