ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface Webhook.UpdateDefinitionStages.WithRepositoriesScope<ParentT>
| Modifier and Type | Method and Description |
|---|---|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
withRepositoriesScope(String repositoriesScope)
Specifies the scope of repositories where the event can be triggered.
|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> withRepositoriesScope(String repositoriesScope)
For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest', empty means all events.
repositoriesScope - the scope of repositories where the event can be triggered; empty means all events/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/