Deployment.ExecutionStages.WithWhatIfDeploymentMode インターフェイス

public static interface Deployment.ExecutionStages.WithWhatIfDeploymentMode

デプロイ モードを指定できるデプロイ実行。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithWhatIf withCompleteMode()

デプロイ プロパティの値が 'COMPLETE' のモードを指定します。

abstract WithWhatIf withIncrementalMode()

デプロイ プロパティの値が 'INCREMENTAL' のモードを指定します。

メソッドの詳細

withCompleteMode

public abstract Deployment.ExecutionStages.WithWhatIf withCompleteMode()

デプロイ プロパティの値が 'COMPLETE' のモードを指定します。

Returns:

実行の次のステージ。

withIncrementalMode

public abstract Deployment.ExecutionStages.WithWhatIf withIncrementalMode()

デプロイ プロパティの値が 'INCREMENTAL' のモードを指定します。

Returns:

実行の次のステージ。

適用対象