IRunRequestType インターフェイス

定義

タスク実行要求の種類を指定する定義のステージ。

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

メソッド

WithDockerTaskRunRequest()

タスク実行要求の種類を指定する関数は、Docker タスクになります。

WithEncodedTaskRunRequest()

タスク実行要求の種類を指定する関数は、エンコードされたタスクになります。

WithFileTaskRunRequest()

タスク実行要求の種類を指定する関数は、ファイル タスクになります。

適用対象