Class NoopArtifactStoreGetter
java.lang.Object
com.netflix.spinnaker.kork.artifacts.artifactstore.NoopArtifactStoreGetter
- All Implemented Interfaces:
ArtifactStoreGetter
A no-op ArtifactStoreGetter. In other words, don't actually get the artifact.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(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.
-
Constructor Details
-
NoopArtifactStoreGetter
public NoopArtifactStoreGetter()
-
-
Method Details
-
get
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
-