Class NoopArtifactStoreStorer
- java.lang.Object
-
- com.netflix.spinnaker.kork.artifacts.artifactstore.NoopArtifactStoreStorer
-
- All Implemented Interfaces:
ArtifactStoreStorer
public class NoopArtifactStoreStorer extends java.lang.Object implements ArtifactStoreStorer
A no-op ArtifactStoreStorer. In other words, don't actually store the artifact.
-
-
Constructor Summary
Constructors Constructor Description NoopArtifactStoreStorer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Artifactstore(Artifact artifact)
-
-
-
Method Detail
-
store
public Artifact store(Artifact artifact)
- Specified by:
storein interfaceArtifactStoreStorer
-
-