UploadedMavenArtifactResponse

data class UploadedMavenArtifactResponse(val fileHashes: FileHashesResponse, val pushTiming: TimeSpanResponse, val uri: String)

A Maven artifact uploaded using the MavenArtifact directive.

Constructors

Link copied to clipboard
constructor(fileHashes: FileHashesResponse, pushTiming: TimeSpanResponse, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hash types and values of the Maven Artifact.

Link copied to clipboard

Stores timing information for pushing the specified artifact.

Link copied to clipboard
val uri: String

URI of the uploaded artifact.