Record
commit-status
No description available.
record commit-status {
allow-failure: option<string>,
author: option<user-basic>,
created-at: option<string>,
description: option<string>,
finished-at: option<string>,
id: option<string>,
name: option<string>,
ref: option<string>,
sha: option<string>,
started-at: option<string>,
status: option<string>,
target-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-failure | option<string> | |
| author | option<user-basic> | |
| created-at | option<string> | |
| description | option<string> | |
| finished-at | option<string> | |
| id | option<string> | |
| name | option<string> | |
| ref | option<string> | |
| sha | option<string> | |
| started-at | option<string> | |
| status | option<string> | |
| target-url | option<string> |