Package com.netflix.spinnaker.kork.artifacts.artifactstore
package com.netflix.spinnaker.kork.artifacts.artifactstore
-
ClassDescriptionPrimarily used to set any custom fields to an artifactArtifactDeserializer is a custom deserializer that will allow for artifacts to be fetched from some artifact store as long as the referenceLink field is set and the reference field is null.ArtifactMergeReferenceDecorator is used to take some artifact and replace its reference with the reference from another artifact.A URI that can parse and allow for ArtifactStorage to easily get specific information about the URIArtifactStore allows for different types of artifact storage to be used during runtimeConfiguration for an s3 client which will utilize credentials in the AWS credentials file.ArtifactStoreGetter is an interface that allows for different types of artifact storage to be used during runtime.ArtifactStoreStorer is an interface that allows for different types of artifact storage to be used during runtime.Helper class to abstract away the need for other classes to know the {@link * #uriPrefix} format.EmbeddedArtifactSerializer will store any embedded/base64 artifact into the ArtifactStore assuming that artifact has a reference link.A no-op ArtifactStoreGetter.A no-op ArtifactStoreStorer.