| Modifier and Type | Method and Description |
|---|---|
static ContinuousTestResult.AggregatedTestResult |
ContinuousTestResult.AggregatedTestResult.forNumber(int value) |
ContinuousTestResult.AggregatedTestResult |
ContinuousTestResultOrBuilder.getResult()
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
ContinuousTestResult.AggregatedTestResult |
ContinuousTestResult.getResult()
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
ContinuousTestResult.AggregatedTestResult |
ContinuousTestResult.Builder.getResult()
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
static ContinuousTestResult.AggregatedTestResult |
ContinuousTestResult.AggregatedTestResult.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContinuousTestResult.AggregatedTestResult |
ContinuousTestResult.AggregatedTestResult.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContinuousTestResult.AggregatedTestResult |
ContinuousTestResult.AggregatedTestResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContinuousTestResult.AggregatedTestResult[] |
ContinuousTestResult.AggregatedTestResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ContinuousTestResult.AggregatedTestResult> |
ContinuousTestResult.AggregatedTestResult.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ContinuousTestResult.Builder |
ContinuousTestResult.Builder.setResult(ContinuousTestResult.AggregatedTestResult value)
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
Copyright © 2025 Google LLC. All rights reserved.