public interface Coordinator
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<Work> |
getWorkQueue()
Retrieves the work queue for workers to poll.
|
void |
notifyListeners(GerritEvent event)
Notifies the listeners of a GerritEvent.
|
BlockingQueue<Work> getWorkQueue()
void notifyListeners(GerritEvent event)
event - the event to fire.Copyright © 2004-2015 Hudson. All Rights Reserved.