| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity | |
| microsoft.vs.analytics.v4.model.enums |
| Modifier and Type | Field and Description |
|---|---|
protected TestRunType |
TestResult.testRunType |
protected TestRunType |
TestRun.testRunType |
protected TestRunType |
TestResultDaily.testRunType |
| Modifier and Type | Method and Description |
|---|---|
Optional<TestRunType> |
TestResult.getTestRunType() |
Optional<TestRunType> |
TestRun.getTestRunType() |
Optional<TestRunType> |
TestResultDaily.getTestRunType() |
| Modifier and Type | Method and Description |
|---|---|
TestResult.Builder |
TestResult.Builder.testRunType(TestRunType testRunType) |
TestRun.Builder |
TestRun.Builder.testRunType(TestRunType testRunType) |
TestResultDaily.Builder |
TestResultDaily.Builder.testRunType(TestRunType testRunType) |
TestResult |
TestResult.withTestRunType(TestRunType testRunType) |
TestRun |
TestRun.withTestRunType(TestRunType testRunType) |
TestResultDaily |
TestResultDaily.withTestRunType(TestRunType testRunType) |
| Modifier and Type | Method and Description |
|---|---|
static TestRunType |
TestRunType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRunType[] |
TestRunType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021. All rights reserved.