Record Class MiniStackDeploymentPipeline.ArtifactPaths
java.lang.Object
java.lang.Record
com.cloudforgeci.ministack.MiniStackDeploymentPipeline.ArtifactPaths
- Enclosing class:
MiniStackDeploymentPipeline
@Deprecated
public static record MiniStackDeploymentPipeline.ArtifactPaths(Path canonicalTemplate, Path localTemplate, Path adaptationReport)
extends Record
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactPaths(Path canonicalTemplate, Path localTemplate, Path adaptationReport) Deprecated.Creates an instance of aArtifactPathsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the value of theadaptationReportrecord component.Deprecated.Returns the value of thecanonicalTemplaterecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.inDirectory(Path outputDirectory, String contextStackName) Deprecated.Deprecated.Returns the value of thelocalTemplaterecord component.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
ArtifactPaths
Deprecated.Creates an instance of aArtifactPathsrecord class.- Parameters:
canonicalTemplate- the value for thecanonicalTemplaterecord componentlocalTemplate- the value for thelocalTemplaterecord componentadaptationReport- the value for theadaptationReportrecord component
-
-
Method Details
-
inDirectory
public static MiniStackDeploymentPipeline.ArtifactPaths inDirectory(Path outputDirectory, String contextStackName) 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). -
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
-
LocalDeploymentArtifactPaths.forTarget(Path, String, DeploymentTarget)viaLocalDeploymentRequest.