次の方法で共有


IRepositoryBranchAndAuth インターフェイス

定義

コンテナー レジストリ ソース トリガー定義のステージ。ソース管理リポジトリとの対話に必要な場合は、リポジトリのブランチと認証資格情報を指定できます。

public interface IRepositoryBranchAndAuth
type IRepositoryBranchAndAuth = interface
Public Interface IRepositoryBranchAndAuth
派生

メソッド

WithRepositoryAuthentication(TokenType, String)

ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。

WithRepositoryAuthentication(TokenType, String, String, String, Int32)

ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。

WithRepositoryBranch(String)

使用するリポジトリの分岐を指定する関数。

適用対象