ComparisonAction

constructor(@Json(name = "hasNameChanged") hasNameChanged: Boolean, @Json(name = "hasImplementationChanged") hasImplementationChanged: Boolean, @Json(name = "displayNameA") displayNameA: String? = null, @Json(name = "displayNameB") displayNameB: String? = null)

Parameters

hasNameChanged

Whether the action name changed between builds.

hasImplementationChanged

Whether the action implementation changed between builds.

displayNameA

The action display name in build A. Null when the action is not present in build A.

displayNameB

The action display name in build B. Null when the action is not present in build B.