| Package | Description |
|---|---|
| org.alfresco.bm.common.mongo | |
| org.alfresco.bm.common.spring | |
| org.alfresco.bm.driver.event | |
| org.alfresco.bm.driver.test |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoEventService
An
EventService MongoDB collection |
| Modifier and Type | Method and Description |
|---|---|
EventService |
TestRunServicesCache.getEventService(String test,
String run)
Get the
EventService for the given test run |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventService
Services for
EventService implementations. |
| Constructor and Description |
|---|
EventController(String driverId,
String testRunFqn,
EventService eventService,
EventProducerRegistry eventProducers,
EventProcessorRegistry eventProcessors,
ResultService resultService,
SessionService sessionService,
TestRunLogService logService,
int threadCount)
Construct the controller
|
EventWork(String driverId,
String testRunFqn,
Event event,
String[] driverIds,
EventProcessor processor,
EventProducerRegistry eventProducers,
EventService eventService,
ResultService resultService,
SessionService sessionService,
TestRunLogService logService)
Construct work to be executed by a thread
|
| Modifier and Type | Field and Description |
|---|---|
protected EventService |
AbstractCompletionEstimator.eventService |
| Constructor and Description |
|---|
AbstractCompletionEstimator(EventService eventService,
ResultService resultService) |
CompoundCompletionEstimator(EventService eventService,
ResultService resultService,
List<CompletionEstimator> estimators)
Constructor with required dependencies
|
ElapsedTimeCompletionEstimator(EventService eventService,
ResultService resultService,
String timeUnitStr,
long duration)
Constructor with required dependencies
|
EventCountCompletionEstimator(EventService eventService,
ResultService resultService,
String eventName,
long eventCount)
Constructor with required dependencies
|
SessionCountCompletionEstimator(EventService eventService,
ResultService resultService,
SessionService sessionService,
long sessionCount)
Constructor with required dependencies
|
UnknownCompletionEstimator(EventService eventService,
ResultService resultService)
Constructor with required dependencies
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.