Record Class MiniStackDeployer.DeploymentResult
java.lang.Object
java.lang.Record
com.cloudforgeci.ministack.MiniStackDeployer.DeploymentResult
- Enclosing class:
MiniStackDeployer
@Deprecated
public static record MiniStackDeployer.DeploymentResult(String stackName, boolean created, boolean noOp, List<MiniStackDeployer.Change> changes, Map<String,String> outputs)
extends Record
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentResult(String stackName, boolean created, boolean noOp, List<MiniStackDeployer.Change> changes, Map<String, String> outputs) Deprecated.Creates an instance of aDeploymentResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionchanges()Deprecated.Returns the value of thechangesrecord component.booleancreated()Deprecated.Returns the value of thecreatedrecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.booleannoOp()Deprecated.Returns the value of thenoOprecord component.outputs()Deprecated.Returns the value of theoutputsrecord component.Deprecated.Returns the value of thestackNamerecord component.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
DeploymentResult
public DeploymentResult(String stackName, boolean created, boolean noOp, List<MiniStackDeployer.Change> changes, Map<String, String> outputs) Deprecated.Creates an instance of aDeploymentResultrecord class.- Parameters:
stackName- the value for thestackNamerecord componentcreated- the value for thecreatedrecord componentnoOp- the value for thenoOprecord componentchanges- the value for thechangesrecord componentoutputs- the value for theoutputsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Deprecated.Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
stackName
Deprecated.Returns the value of thestackNamerecord component.- Returns:
- the value of the
stackNamerecord component
-
created
public boolean created()Deprecated.Returns the value of thecreatedrecord component.- Returns:
- the value of the
createdrecord component
-
noOp
public boolean noOp()Deprecated.Returns the value of thenoOprecord component.- Returns:
- the value of the
noOprecord component
-
changes
Deprecated.Returns the value of thechangesrecord component.- Returns:
- the value of the
changesrecord component
-
outputs
-
LocalDeployResult.