Record Class MiniStackDeploymentPipeline.DeployRequest
java.lang.Object
java.lang.Record
com.cloudforgeci.ministack.MiniStackDeploymentPipeline.DeployRequest
- Enclosing class:
MiniStackDeploymentPipeline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the value of theadaptationReportrecord component.Deprecated.Returns the value of thecanonicalTemplaterecord component.Deprecated.Returns the value of thecontextStackNamerecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.Deprecated.Returns the value of thelocalTemplaterecord component.Deprecated.Returns the value of theministackStackNamerecord component.Deprecated.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
DeployRequest
public DeployRequest(String ministackStackName, Path canonicalTemplate, Path localTemplate, Path adaptationReport, String contextStackName) Deprecated.Creates an instance of aDeployRequestrecord class.- Parameters:
ministackStackName- the value for theministackStackNamerecord componentcanonicalTemplate- the value for thecanonicalTemplaterecord componentlocalTemplate- the value for thelocalTemplaterecord componentadaptationReport- the value for theadaptationReportrecord componentcontextStackName- the value for thecontextStackNamerecord component
-
-
Method Details
-
of
public static MiniStackDeploymentPipeline.DeployRequest of(String contextStackName, Path canonicalTemplate, Path outputDirectory) Deprecated. -
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). -
ministackStackName
Deprecated.Returns the value of theministackStackNamerecord component.- Returns:
- the value of the
ministackStackNamerecord component
-
canonicalTemplate
Deprecated.Returns the value of thecanonicalTemplaterecord component.- Returns:
- the value of the
canonicalTemplaterecord component
-
localTemplate
Deprecated.Returns the value of thelocalTemplaterecord component.- Returns:
- the value of the
localTemplaterecord component
-
adaptationReport
Deprecated.Returns the value of theadaptationReportrecord component.- Returns:
- the value of the
adaptationReportrecord component
-
contextStackName
Deprecated.Returns the value of thecontextStackNamerecord component.- Returns:
- the value of the
contextStackNamerecord component
-
LocalDeploymentRequest.