History class

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.

Constructors

History({String? displayName, String? historyId, String? name, String? testPlatform})
History.fromJson(Map _json)

Properties

displayName String?
A short human-readable (plain text) name to display in the UI.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
historyId String?
A unique identifier within a project for this History.
getter/setter pair
name String?
A name to uniquely identify a history within a project.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testPlatform String?
The platform of the test history.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited