IWithRepositoriesScope<ParentT> Interface

Definition

The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.

public interface IWithRepositoriesScope<ParentT>
type IWithRepositoriesScope<'ParentT> = interface
Public Interface IWithRepositoriesScope(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithRepositoriesScope(String)

Updates the scope of repositories where the event can be triggered. 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.

Applies to