Class ArtifactDeserializer.ArtifactMergeReferenceDecorator
- java.lang.Object
-
- com.netflix.spinnaker.kork.artifacts.artifactstore.ArtifactDeserializer.ArtifactMergeReferenceDecorator
-
- All Implemented Interfaces:
ArtifactDecorator
- Enclosing class:
- ArtifactDeserializer
public static class ArtifactDeserializer.ArtifactMergeReferenceDecorator extends java.lang.Object implements ArtifactDecorator
ArtifactMergeReferenceDecorator is used to take some artifact and replace its reference with the reference from another artifact.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Artifact.ArtifactBuilderdecorate(Artifact.ArtifactBuilder builder)
-
-
-
Method Detail
-
decorate
public Artifact.ArtifactBuilder decorate(Artifact.ArtifactBuilder builder)
- Specified by:
decoratein interfaceArtifactDecorator
-
-