IWithRepositoriesScope<ParentT> インターフェイス

定義

イベントをトリガーできるリポジトリのスコープを指定できる Webhook 定義のステージ。

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

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithRepositoriesScope(String)

イベントをトリガーできるリポジトリのスコープを更新します。 たとえば、'foo:' はリポジトリ 'foo' のすべてのタグのイベントを意味します。 'foo:bar' は、'foo:bar' のみのイベントを意味します。 'foo' は 'foo:latest' と同等です。空は、すべてのイベントを意味します。

適用対象