Uses of Enum
com.amazonaws.services.devicefarm.model.ExecutionResult
Packages that use ExecutionResult
-
Uses of ExecutionResult in com.amazonaws.services.devicefarm.model
Subclasses with type arguments of type ExecutionResult in com.amazonaws.services.devicefarm.modelMethods in com.amazonaws.services.devicefarm.model that return ExecutionResultModifier and TypeMethodDescriptionstatic ExecutionResultUse this in place of valueOf.static ExecutionResultReturns 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 TypeMethodDescriptionvoidJob.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.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.