Condividi tramite


IWithRepositoriesScope Interface

Definition

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

public interface IWithRepositoriesScope
type IWithRepositoriesScope = interface
Public Interface IWithRepositoriesScope
Derived

Methods

WithRepositoriesScope(String)

Specifies 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