package blaze

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

message ActionCacheStatistics

action_cache.proto:23

Information about the action cache behavior during a single build.

Used in: build_event_stream.BuildMetrics.ActionSummary

message ActionCacheStatistics.MissDetail

action_cache.proto:46

Detailed information for a particular miss reason.

Used in: ActionCacheStatistics

enum ActionCacheStatistics.MissReason

action_cache.proto:35

Reasons for not finding an action in the cache.

Used in: MissDetail

message AndroidDeployInfo

android_deploy_info.proto:32

Information about how to deploy and launch the result of an android build

message Artifact

android_deploy_info.proto:22

Used in: AndroidDeployInfo

enum BlazeTestStatus

test_status.proto:34

Detailed status data for a TestRunnerAction execution.

Used in: TestResultData

enum FailedTestCasesStatus

test_status.proto:22

Status data of test cases which failed (used only for printing test summary)

Used in: TestResultData

message TestCase

test_status.proto:49

TestCase contains detailed data about all tests (cases/suites/decorators) ran, structured in a tree. This data will be later used to present the tests by the web status server.

Used in: TestResultData

enum TestCase.Status

test_status.proto:57

Used in: TestCase

enum TestCase.Type

test_status.proto:50

Used in: TestCase

message TestResultData

test_status.proto:77

TestResultData holds the outcome data for a single test action (A single test rule can result in multiple actions due to sharding and runs_per_test settings.)