Comparison Action
constructor(@Json(name = "hasNameChanged" ) hasNameChanged: Boolean, @Json(name = "hasImplementationChanged" ) hasImplementationChanged: Boolean, @Json(name = "displayNameA" ) displayNameA: String? = null, @Json(name = "displayNameB" ) displayNameB: String? = null)
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.