Resource: History
A History represents a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can be used to group all the Executions of a continuous build.
Note that the ordering only operates on one-dimension. If a repository has multiple branches, it means that multiple histories will need to be used in order to order Executions per branch.
JSON representation |
---|
{
"historyId": string,
"name": string,
"displayName": string,
"testPlatform": enum ( |
Fields | |
---|---|
historyId |
A unique identifier within a project for this History. Returns INVALID_ARGUMENT if this field is set or overwritten by the caller.
|
name |
A name to uniquely identify a history within a project. Maximum of 200 characters.
|
displayName |
A short human-readable (plain text) name to display in the UI. Maximum of 100 characters.
|
testPlatform |
The platform of the test history.
|
TestPlatform
The platform of the test.
Enums | |
---|---|
unknownPlatform |
|
android |
|
ios |
Methods |
|
---|---|
|
Creates a History. |
|
Gets a History. |
|
Lists Histories for a given Project. |