package testgrid.api.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service TestGridData

data.proto:12

message DashboardResource

data.proto:174

A DashboardResource is a REST resource for a dashboard It includes the name of the resource, a link, and a dashboard group to which it belongs

Used in: ListDashboardsResponse

message DashboardSummary

data.proto:349

Summary for a particular dashboard. Contains the info required to render dashboard summary in UI (done in the dashboard group view).

Used in: GetDashboardSummaryResponse, ListDashboardSummariesResponse

message FailingTestInfo

data.proto:281

Subset of data from FailingTestSummary defined in summary.proto.

Used in: FailuresSummary

message FailureStats

data.proto:297

Aggregate stats across all failing tests.

Used in: FailuresSummary

message FailuresSummary

data.proto:271

Summarized representation of data from failing test summaries. Will be rendered in failures summary component within tab summary.

Used in: TabSummary

message FlakyTestInfo

data.proto:315

Subset of data from HealthinessInfo.TestInfo defined in summary.proto.

Used in: HealthinessSummary

message HealthinessStats

data.proto:329

Aggregated healthiness stats across the tab.

Used in: HealthinessSummary

message HealthinessSummary

data.proto:305

Summarized representation of data from tab's HealthinessInfo. Will be rendered in healthiness summary component within tab summary.

Used in: TabSummary

message ListHeadersResponse.Header

data.proto:112

Used in: ListHeadersResponse

message ListRowsResponse.Cell

data.proto:157

Used in: Row

message ListRowsResponse.Row

data.proto:141

Used in: ListRowsResponse

message Resource

data.proto:167

A Resource is a REST resource, often returned by a LIST command It includes the name of the resource and a link to the resource

Used in: GetDashboardGroupResponse, ListDashboardGroupsResponse, ListDashboardTabsResponse

message TabSummary

data.proto:239

Summary for a particular tab. Contains the info required to render tab summary in UI.

Used in: GetTabSummaryResponse, ListTabSummariesResponse