Interface ArtifactStoreGetter

All Known Implementing Classes:
ArtifactStore, NoopArtifactStoreGetter, S3ArtifactStoreGetter

public interface ArtifactStoreGetter
ArtifactStoreGetter is an interface that allows for different types of artifact storage to be used during runtime.
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • get

      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.