Record Class MiniStackDeploymentPipeline.DeployResult
java.lang.Object
java.lang.Record
com.cloudforgeci.ministack.MiniStackDeploymentPipeline.DeployResult
- Enclosing class:
MiniStackDeploymentPipeline
@Deprecated
public static record MiniStackDeploymentPipeline.DeployResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment)
extends Record
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeployResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment) Deprecated.Creates an instance of aDeployResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the value of theadaptationrecord component.Deprecated.Returns the value of thedeploymentrecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
DeployResult
Deprecated.Creates an instance of aDeployResultrecord class.- Parameters:
adaptation- the value for theadaptationrecord componentdeployment- the value for thedeploymentrecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
adaptation
Deprecated.Returns the value of theadaptationrecord component.- Returns:
- the value of the
adaptationrecord component
-
deployment
Deprecated.Returns the value of thedeploymentrecord component.- Returns:
- the value of the
deploymentrecord component
-
LocalDeploymentPipelineResult.