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