Package-level declarations

Types

Link copied to clipboard
enum BasicPerfSampleSeriesPerfMetricType : Enum<BasicPerfSampleSeriesPerfMetricType> , ConvertibleToJava<BasicPerfSampleSeriesPerfMetricType>
Link copied to clipboard
enum BasicPerfSampleSeriesPerfUnit : Enum<BasicPerfSampleSeriesPerfUnit> , ConvertibleToJava<BasicPerfSampleSeriesPerfUnit>
Link copied to clipboard
enum BasicPerfSampleSeriesSampleSeriesLabel : Enum<BasicPerfSampleSeriesSampleSeriesLabel> , ConvertibleToJava<BasicPerfSampleSeriesSampleSeriesLabel>
Link copied to clipboard
enum ExecutionState : Enum<ExecutionState> , ConvertibleToJava<ExecutionState>

The initial state is IN_PROGRESS. The only legal state transitions is from IN_PROGRESS to COMPLETE. A PRECONDITION_FAILED will be returned if an invalid transition is requested. The state can only be set to COMPLETE once. A FAILED_PRECONDITION will be returned if the state is set to COMPLETE multiple times. If the state is set to COMPLETE, all the in-progress steps within the execution will be set as COMPLETE. If the outcome of the step is not set, the outcome will be set to INCONCLUSIVE. - In response always set - In create/update request: optional

Link copied to clipboard
enum HistoryTestPlatform : Enum<HistoryTestPlatform> , ConvertibleToJava<HistoryTestPlatform>

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

Link copied to clipboard
enum IndividualOutcomeOutcomeSummary : Enum<IndividualOutcomeOutcomeSummary> , ConvertibleToJava<IndividualOutcomeOutcomeSummary>
Link copied to clipboard
enum OutcomeSummary : Enum<OutcomeSummary> , ConvertibleToJava<OutcomeSummary>

The simplest way to interpret a result. Required

Link copied to clipboard
enum PrimaryStepRollUp : Enum<PrimaryStepRollUp> , ConvertibleToJava<PrimaryStepRollUp>

Rollup test status of multiple steps that were run with the same configuration as a group.

Link copied to clipboard
enum StepState : Enum<StepState> , ConvertibleToJava<StepState>

The initial state is IN_PROGRESS. The only legal state transitions are * IN_PROGRESS -> COMPLETE A PRECONDITION_FAILED will be returned if an invalid transition is requested. It is valid to create Step with a state set to COMPLETE. The state can only be set to COMPLETE once. A PRECONDITION_FAILED will be returned if the state is set to COMPLETE multiple times. - In response: always set - In create/update request: optional

Link copied to clipboard
enum TestIssueCategory : Enum<TestIssueCategory> , ConvertibleToJava<TestIssueCategory>

Category of issue. Required.

Link copied to clipboard
enum TestIssueSeverity : Enum<TestIssueSeverity> , ConvertibleToJava<TestIssueSeverity>

Severity of issue. Required.

Link copied to clipboard
enum TestIssueType : Enum<TestIssueType> , ConvertibleToJava<TestIssueType>

Type of issue. Required.