Uses of Class
com.amazonaws.services.devicefarm.model.Counters
Packages that use Counters
-
Uses of Counters in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return CountersModifier and TypeMethodDescriptionCounters.clone()
Job.getCounters()
The job's result counters.Run.getCounters()
The run's result counters.Suite.getCounters()
The suite's result counters.Test.getCounters()
The test's result counters.Counters.withErrored
(Integer errored) The number of errored entities.Counters.withFailed
(Integer failed) The number of failed entities.Counters.withPassed
(Integer passed) The number of passed entities.Counters.withSkipped
(Integer skipped) The number of skipped entities.Counters.withStopped
(Integer stopped) The number of stopped entities.The total number of entities.Counters.withWarned
(Integer warned) The number of warned entities.Methods in com.amazonaws.services.devicefarm.model with parameters of type CountersModifier and TypeMethodDescriptionvoid
Job.setCounters
(Counters counters) The job's result counters.void
Run.setCounters
(Counters counters) The run's result counters.void
Suite.setCounters
(Counters counters) The suite's result counters.void
Test.setCounters
(Counters counters) The test's result counters.Job.withCounters
(Counters counters) The job's result counters.Run.withCounters
(Counters counters) The run's result counters.Suite.withCounters
(Counters counters) The suite's result counters.Test.withCounters
(Counters counters) The test's result counters.