| Package | Description |
|---|---|
| com.sonyericsson.hudson.plugins.gerrit.gerritevents |
| Modifier and Type | Method and Description |
|---|---|
Collection<GerritEventListener> |
GerritHandler.removeAllEventListeners()
Removes all event listeners and returns those that where removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GerritHandler.addListener(GerritEventListener listener)
Add a GerritEventListener to the list of listeners.
|
void |
GerritHandler.removeListener(GerritEventListener listener)
Removes a GerritEventListener from the list of listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GerritHandler.addEventListeners(Collection<? extends GerritEventListener> listeners)
Adds all the provided listeners to the internal list of listeners.
|
void |
GerritHandler.addEventListeners(Map<Integer,GerritEventListener> listeners)
Deprecated.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.