canceledBy property

  1. @TagNumber(23)
String canceledBy

Verified LUCI identity that canceled this build.

Special values:

  • buildbucket: The build is canceled by buildbucket. This can happen if the build's parent has ended, and the build cannot outlive its parent.
  • backend: The build's backend task is canceled. For example the build's Swarming task is killed.

Implementation

@$pb.TagNumber(23)
$core.String get canceledBy => $_getSZ(18);
  1. @TagNumber(23)
void canceledBy=(String v)

Implementation

@$pb.TagNumber(23)
set canceledBy($core.String v) {
  $_setString(18, v);
}