ArtifactChange

@Serializable
data class ArtifactChange(val artifactLocation: ArtifactLocation, val properties: PropertyBag? = null, val replacements: List<Replacement>)

A change to a single artifact.

Constructors

Link copied to clipboard
constructor(artifactLocation: ArtifactLocation, properties: PropertyBag? = null, replacements: List<Replacement>)

Properties

Link copied to clipboard

The location of the artifact to change.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the change.

Link copied to clipboard

An array of replacement objects, each of which represents the replacement of a single region in a single artifact specified by 'artifactLocation'.