次の方法で共有


ISourceControlType インターフェイス

定義

ソース管理の種類を指定できるコンテナー レジストリ ソース トリガーの更新のステージ。

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

メソッド

WithAzureDevOpsAsSourceControl()

Azure DevOps を指定する関数は、ソース管理の種類として使用されます。

WithGithubAsSourceControl()

Github を指定する関数は、ソース管理の種類として使用されます。

WithSourceControl(SourceControlType)

ユーザーが独自の種類のソース管理を入力できるようにする関数。

適用対象