次の方法で共有


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

定義

ブランチの指定を許可する Web アプリのソース管理定義。

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

型パラメーター

ParentT

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

派生

メソッド

WithBranch(String)

使用するリポジトリ内のブランチを指定します。

適用対象