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 ExecutionResultExecutionResult. fromValue(String value)Use this in place of valueOf.static ExecutionResultExecutionResult. 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 voidJob. setResult(ExecutionResult result)The job's result.voidProblem. setResult(ExecutionResult result)The problem's result.voidRun. setResult(ExecutionResult result)The run's result.voidSuite. setResult(ExecutionResult result)The suite's result.voidTest. setResult(ExecutionResult result)The test's result.JobJob. withResult(ExecutionResult result)The job's result.ProblemProblem. withResult(ExecutionResult result)The problem's result.RunRun. withResult(ExecutionResult result)The run's result.SuiteSuite. withResult(ExecutionResult result)The suite's result.TestTest. withResult(ExecutionResult result)The test's result.
-