Interface ArtifactStoreGetter
-
- All Known Implementing Classes:
ArtifactStore,NoopArtifactStoreGetter,S3ArtifactStoreGetter
public interface ArtifactStoreGetterArtifactStoreGetter is an interface that allows for different types of artifact storage to be used during runtime.
-
-
Method Summary
All Methods Instance Methods Abstract 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
Artifact get(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.
-
-