ArtifactChange
@JsonClass(generateAdapter = true)
Content copied to clipboard
A change to a single artifact.
Constructors
Link copied to clipboard
fun ArtifactChange( @Json(name = "artifactLocation") artifactLocation: ArtifactLocation, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "replacements") replacements: List<Replacement>)
Content copied to clipboard