All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Artifact Artifact.ArtifactBuilder Artifact.StoredView ArtifactDecorator Primarily used to set any custom fields to an artifactArtifactDeserializer ArtifactDeserializer 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.ArtifactDeserializer.ArtifactMergeReferenceDecorator ArtifactMergeReferenceDecorator is used to take some artifact and replace its reference with the reference from another artifact.ArtifactExtractor An interface for classes that translate arbitrary String messages into Spinnaker artifacts.ArtifactReferenceURI A URI that can parse and allow for ArtifactStorage to easily get specific information about the URIArtifactStore ArtifactStore allows for different types of artifact storage to be used during runtimeArtifactStoreConfiguration ArtifactStoreConfigurationProperties ArtifactStoreConfigurationProperties.S3ClientConfig Configuration for an s3 client which will utilize credentials in the AWS credentials file.ArtifactStoreGetter ArtifactStoreGetter is an interface that allows for different types of artifact storage to be used during runtime.ArtifactStoreIOException An exception used by the artifact store (de)serializers since the (de)serialize methods only throw IOExceptions, and if any other exception is thrown jackson assumes it's some JSON error.ArtifactStoreStorer ArtifactStoreStorer is an interface that allows for different types of artifact storage to be used during runtime.ArtifactStoreURIBuilder ArtifactStoreURISHA256Builder Helper class to abstract away the need for other classes to know the {@link * #uriPrefix} format.ArtifactTypes DefaultJinjavaFactory Creates a regular jinjava.EmbeddedArtifactSerializer EmbeddedArtifactSerializer will store any embedded/base64 artifact into the ArtifactStore assuming that artifact has a reference link.ExpectedArtifact ExpectedArtifact.ExpectedArtifactBuilder JinjaArtifactExtractor Translates String messages into Spinnaker artifacts using a supplied Jinja templateJinjaArtifactExtractor.Factory JinjavaFactory NoopArtifactStoreGetter A no-op ArtifactStoreGetter.NoopArtifactStoreStorer A no-op ArtifactStoreStorer.S3ArtifactStore S3ArtifactStoreConfiguration S3ArtifactStoreGetter Retrieve objects from an s3 compatible serviceS3ArtifactStoreStorer S3ArtifactStoreStorer will store artifacts in a s3 compatible service