Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
static ExecutionResult |
ExecutionResult.fromValue(String value)
Use this in place of valueOf.
|
static ExecutionResult |
ExecutionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionResult[] |
ExecutionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Problem.setResult(ExecutionResult result)
The problem's result.
|
void |
Suite.setResult(ExecutionResult result)
The suite's result.
|
void |
Test.setResult(ExecutionResult result)
The test's result.
|
void |
Run.setResult(ExecutionResult result)
The run's result.
|
void |
Job.setResult(ExecutionResult result)
The job's result.
|
Problem |
Problem.withResult(ExecutionResult result)
The problem's result.
|
Suite |
Suite.withResult(ExecutionResult result)
The suite's result.
|
Test |
Test.withResult(ExecutionResult result)
The test's result.
|
Run |
Run.withResult(ExecutionResult result)
The run's result.
|
Job |
Job.withResult(ExecutionResult result)
The job's result.
|
Copyright © 2018. All rights reserved.