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
| Name | Type | Description |
|---|---|---|
| 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> |