GoogleApi.ToolResults.V1beta3.Model.History (google_api_tool_results v0.31.0) View Source

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.

Attributes

  • displayName (type: String.t, default: nil) - A short human-readable (plain text) name to display in the UI. Maximum of 100 characters. - In response: present if set during create. - In create request: optional
  • historyId (type: String.t, default: nil) - A unique identifier within a project for this History. Returns INVALID_ARGUMENT if this field is set or overwritten by the caller. - In response always set - In create request: never set
  • name (type: String.t, default: nil) - A name to uniquely identify a history within a project. Maximum of 200 characters. - In response always set - In create request: always set
  • testPlatform (type: String.t, default: nil) - The platform of the test history. - In response: always set. Returns the platform of the last execution if unknown.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ToolResults.V1beta3.Model.History{
  displayName: String.t(),
  historyId: String.t(),
  name: String.t(),
  testPlatform: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.