Artifact Change
@Serializable
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
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'.