| Package | Description |
|---|---|
| com.sonyericsson.hudson.plugins.gerrit.gerritevents |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConnectionListener> |
GerritHandler.removeAllConnectionListeners()
Removes all connection listeners and returns those who where removed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GerritHandler.addListener(ConnectionListener listener)
Add a ConnectionListener to the list of listeners.
|
void |
GerritHandler.removeListener(ConnectionListener listener)
Removes a ConnectionListener from the list of listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GerritHandler.addConnectionListeners(Collection<? extends ConnectionListener> listeners)
Add all ConnectionListeners to the list of listeners.
|
void |
GerritHandler.addConnectionListeners(Map<Integer,ConnectionListener> listeners)
Deprecated.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.