Comparison Action
data class ComparisonAction(@Json(name = "hasNameChanged" ) val hasNameChanged: Boolean, @Json(name = "hasImplementationChanged" ) val hasImplementationChanged: Boolean, @Json(name = "displayNameA" ) val displayNameA: String? = null, @Json(name = "displayNameB" ) val displayNameB: String? = null)
A task action comparison.
Parameters
has Name Changed
Whether the action name changed between builds.
has Implementation Changed
Whether the action implementation changed between builds.
display Name A
The action display name in build A. Null when the action is not present in build A.
display Name B
The action display name in build B. Null when the action is not present in build B.