Uses of Enum
com.amazonaws.services.devicefarm.model.ExecutionResult
Packages that use ExecutionResult
-
Uses of ExecutionResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ExecutionResultModifier and TypeMethodDescriptionstatic ExecutionResult
Use this in place of valueOf.static ExecutionResult
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 ExecutionResultModifier and TypeMethodDescriptionvoid
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.withResult
(ExecutionResult result) The job's result.Problem.withResult
(ExecutionResult result) The problem's result.Run.withResult
(ExecutionResult result) The run's result.Suite.withResult
(ExecutionResult result) The suite's result.Test.withResult
(ExecutionResult result) The test's result.