|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pmease.quickbuild.extensionpoint.Notifier
com.pmease.quickbuild.extensionpoint.SimpleNotifier
public abstract class SimpleNotifier
This extension point defines a simple notifier which can be used to send build notifications either forcibly or by subscription.
| Constructor Summary | |
|---|---|
SimpleNotifier()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getChannelNames()
Get channel names of the notifier. |
abstract java.lang.String |
getName()
Get name of the notifier. |
void |
notify(java.util.Map<java.lang.String,java.util.Set<User>> users,
Build build)
Notify a set of users upon finish of specified build. |
abstract void |
notify(java.util.Set<User> users,
Build build)
Notify a set of users upon finish of specified build. |
| Methods inherited from class com.pmease.quickbuild.extensionpoint.Notifier |
|---|
notify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleNotifier()
| Method Detail |
|---|
public final java.util.List<java.lang.String> getChannelNames()
Notifier
getChannelNames in class Notifierpublic abstract java.lang.String getName()
public final void notify(java.util.Map<java.lang.String,java.util.Set<User>> users,
Build build)
Notifier
notify in class Notifierusers - a mapping of channel name to receivers.
public abstract void notify(java.util.Set<User> users,
Build build)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||