Record

build

No description available.

record build {
  body: option​<string>,
  branch: option​<string>,
  build-time-millis: option​<s32>,
  build-url: option​<string>,
  committer-email: option​<string>,
  committer-name: option​<string>,
  dont-build: option​<string>,
  lifecycle: option​<lifecycle>,
  previous: option​<previous-build>,
  queued-at: option​<string>,
  reponame: option​<string>,
  retry-of: option​<s32>,
  start-time: option​<string>,
  stop-time: option​<string>,
  subject: option​<string>,
  username: option​<string>,
  vcs-url: option​<string>,
  why: option​<string>,
}

Fields

NameTypeDescription
bodyoption​<string>
branchoption​<string>
build-time-millisoption​<s32>
build-urloption​<string>
committer-emailoption​<string>
committer-nameoption​<string>
dont-buildoption​<string>
lifecycleoption​<lifecycle>
previousoption​<previous-build>
queued-atoption​<string>
reponameoption​<string>
retry-ofoption​<s32>
start-timeoption​<string>
stop-timeoption​<string>
subjectoption​<string>
usernameoption​<string>
vcs-urloption​<string>
whyoption​<string>