ResolvedArtifact

Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the artifact.

Link copied to clipboard

The location of the artifact.

Link copied to clipboard

Specifies the type of artifact.

Functions

Link copied to clipboard
inline fun copy(block: ResolvedArtifact.Builder.() -> Unit = {}): ResolvedArtifact
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String