Class NoopArtifactStoreGetter
- java.lang.Object
-
- com.netflix.spinnaker.kork.artifacts.artifactstore.NoopArtifactStoreGetter
-
- All Implemented Interfaces:
ArtifactStoreGetter
public class NoopArtifactStoreGetter extends java.lang.Object implements ArtifactStoreGetter
A no-op ArtifactStoreGetter. In other words, don't actually get the artifact.
-
-
Constructor Summary
Constructors Constructor Description NoopArtifactStoreGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Artifactget(ArtifactReferenceURI uri, ArtifactDecorator... decorators)get is used to return an artifact with some id, while also decorating that artifact with any necessary fields needed which should be then be returned by the artifact store.
-
-
-
Method Detail
-
get
public Artifact get(ArtifactReferenceURI uri, ArtifactDecorator... decorators)
Description copied from interface:ArtifactStoreGetterget is used to return an artifact with some id, while also decorating that artifact with any necessary fields needed which should be then be returned by the artifact store.- Specified by:
getin interfaceArtifactStoreGetter
-
-