Uses of Class
com.amazonaws.services.devicefarm.model.ExecutionResult
-
Packages that use ExecutionResult Package Description com.amazonaws.services.devicefarm.model -
-
Uses of ExecutionResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ExecutionResult Modifier and Type Method 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.Methods in com.amazonaws.services.devicefarm.model with parameters of type ExecutionResult Modifier and Type Method Description void
Job. setResult(ExecutionResult result)
The job's result.void
Problem. setResult(ExecutionResult result)
The problem's result.void
Run. setResult(ExecutionResult result)
The run's result.void
Suite. setResult(ExecutionResult result)
The suite's result.void
Test. setResult(ExecutionResult result)
The test's result.Job
Job. withResult(ExecutionResult result)
The job's result.Problem
Problem. withResult(ExecutionResult result)
The problem's result.Run
Run. withResult(ExecutionResult result)
The run's result.Suite
Suite. withResult(ExecutionResult result)
The suite's result.Test
Test. withResult(ExecutionResult result)
The test's result.
-