Show / Hide Table of Contents

Class 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.

Inheritance
object
History
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class History : IDirectResponseSchema

Properties

DisplayName

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

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HistoryId

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

Declaration
[JsonProperty("historyId")]
public virtual string HistoryId { get; set; }
Property Value
Type Description
string

Name

A name to uniquely identify a history within a project. Maximum of 200 characters. - In response always set

  • In create request: always set
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TestPlatform

The platform of the test history. - In response: always set. Returns the platform of the last execution if unknown.

Declaration
[JsonProperty("testPlatform")]
public virtual string TestPlatform { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX