Uses of Record Class
com.cloudforgeci.ministack.MiniStackDeployer.Change
Packages that use MiniStackDeployer.Change
-
Uses of MiniStackDeployer.Change in com.cloudforgeci.ministack
Methods in com.cloudforgeci.ministack that return types with arguments of type MiniStackDeployer.ChangeModifier and TypeMethodDescriptionMiniStackDeployer.DeploymentResult.changes()Deprecated.Returns the value of thechangesrecord component.Constructor parameters in com.cloudforgeci.ministack with type arguments of type MiniStackDeployer.ChangeModifierConstructorDescriptionDeploymentResult(String stackName, boolean created, boolean noOp, List<MiniStackDeployer.Change> changes, Map<String, String> outputs) Deprecated.Creates an instance of aDeploymentResultrecord class.