Commit
There is currently no endpoint to request a single commit.
Commit information is obtained by requesting a build, job, or list of requests.
Attributes
Minimal Representation
Included when the resource is returned as part of another resource.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the commit. |
sha | String | Checksum the commit has in git and is identified by. |
ref | String | Named reference the commit has in git. |
message | String | Commit mesage. |
compare_url | String | URL to the commit's diff on GitHub. |
committed_at | String | Commit date from git. |
Standard Representation
Included when the resource is the main response of a request, or is eager loaded.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the commit. |
sha | String | Checksum the commit has in git and is identified by. |
ref | String | Named reference the commit has in git. |
message | String | Commit mesage. |
compare_url | String | URL to the commit's diff on GitHub. |
committed_at | String | Commit date from git. |
committer | Object | Committer data. |
author | Object | Committer data. |