Class NoopArtifactStoreGetter

java.lang.Object
com.netflix.spinnaker.kork.artifacts.artifactstore.NoopArtifactStoreGetter
All Implemented Interfaces:
ArtifactStoreGetter

public class NoopArtifactStoreGetter extends Object implements ArtifactStoreGetter
A no-op ArtifactStoreGetter. In other words, don't actually get the artifact.
  • Constructor Details

    • NoopArtifactStoreGetter

      public NoopArtifactStoreGetter()
  • Method Details