Package-level declarations

Types

Link copied to clipboard
interface ArtifactService

Base interface for artifact services.

Link copied to clipboard
class GcsArtifactService(bucketName: String, storageClient: Storage) : ArtifactService

An artifact service implementation using Google Cloud Storage (GCS).

Link copied to clipboard

A thread-safe in-memory implementation of the ArtifactService.