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

実装

public static interface Deployment.ExecutionStages.WithWhatIf
extends WithExecute, WithWhatIfDeploymentMode, WithWhatIfLocation, WithWhatIfOnErrorDeploymentType, WithWhatIfParameter, WithWhatIfResultFormat, WithWhatIfTemplate

What-if パラメーターを指定できるデプロイ実行。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithWhatIf withDeploymentName(String deploymentName)

エラー ケースで使用する展開名を指定します。

abstract WithWhatIf withDetailedLevel(String detailedLevel)

デバッグのためにログに記録する情報の種類を指定します。

メソッドの詳細

withDeploymentName

public abstract Deployment.ExecutionStages.WithWhatIf withDeploymentName(String deploymentName)

エラー ケースで使用する展開名を指定します。

Parameters:

deploymentName - 設定するデプロイ名。

Returns:

実行の次のステージ。

withDetailedLevel

public abstract Deployment.ExecutionStages.WithWhatIf withDetailedLevel(String detailedLevel)

デバッグのためにログに記録する情報の種類を指定します。

Parameters:

detailedLevel - 設定する詳細な値。

Returns:

実行の次のステージ。

適用対象