| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity | |
| microsoft.vs.analytics.v4.model.enums |
| Modifier and Type | Field and Description |
|---|---|
protected TestOutcome |
TestPoint.lastResultOutcome |
protected TestOutcome |
TestResult.outcome |
protected TestOutcome |
TestPointHistorySnapshot.resultOutcome |
| Modifier and Type | Method and Description |
|---|---|
Optional<TestOutcome> |
TestPoint.getLastResultOutcome() |
Optional<TestOutcome> |
TestResult.getOutcome() |
Optional<TestOutcome> |
TestPointHistorySnapshot.getResultOutcome() |
| Modifier and Type | Method and Description |
|---|---|
TestPoint.Builder |
TestPoint.Builder.lastResultOutcome(TestOutcome lastResultOutcome) |
TestResult.Builder |
TestResult.Builder.outcome(TestOutcome outcome) |
TestPointHistorySnapshot.Builder |
TestPointHistorySnapshot.Builder.resultOutcome(TestOutcome resultOutcome) |
TestPoint |
TestPoint.withLastResultOutcome(TestOutcome lastResultOutcome) |
TestResult |
TestResult.withOutcome(TestOutcome outcome) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withResultOutcome(TestOutcome resultOutcome) |
| Modifier and Type | Method and Description |
|---|---|
static TestOutcome |
TestOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestOutcome[] |
TestOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021. All rights reserved.