Uses of Class
com.amazonaws.services.devicefarm.model.Counters
-
Packages that use Counters Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Counters in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Counters Modifier and Type Method Description Counters
Counters. clone()
Counters
Job. getCounters()
The job's result counters.Counters
Run. getCounters()
The run's result counters.Counters
Suite. getCounters()
The suite's result counters.Counters
Test. getCounters()
The test's result counters.Counters
Counters. withErrored(Integer errored)
The number of errored entities.Counters
Counters. withFailed(Integer failed)
The number of failed entities.Counters
Counters. withPassed(Integer passed)
The number of passed entities.Counters
Counters. withSkipped(Integer skipped)
The number of skipped entities.Counters
Counters. withStopped(Integer stopped)
The number of stopped entities.Counters
Counters. withTotal(Integer total)
The total number of entities.Counters
Counters. withWarned(Integer warned)
The number of warned entities.Methods in com.amazonaws.services.devicefarm.model with parameters of type Counters Modifier and Type Method Description void
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
Job. withCounters(Counters counters)
The job's result counters.Run
Run. withCounters(Counters counters)
The run's result counters.Suite
Suite. withCounters(Counters counters)
The suite's result counters.Test
Test. withCounters(Counters counters)
The test's result counters.
-