|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMMessageTarget | |
|---|---|
| hudson.plugins.im | |
| Uses of IMMessageTarget in hudson.plugins.im |
|---|
| Classes in hudson.plugins.im that implement IMMessageTarget | |
|---|---|
class |
DefaultIMMessageTarget
DefaultIMMessageTarget basically is a String, that represents an Im-Account to send messages to. |
class |
GroupChatIMMessageTarget
GroupChatIMMessageTarget represents a 'chat room' or something like that. |
| Methods in hudson.plugins.im that return IMMessageTarget | |
|---|---|
IMMessageTarget |
IMMessageTargetConverter.fromString(java.lang.String targetAsString)
Creates an IMMessageTarget from the given String. |
| Methods in hudson.plugins.im that return types with arguments of type IMMessageTarget | |
|---|---|
protected java.util.List<IMMessageTarget> |
IMPublisher.calculateTargets()
Returns the notification target which should actually be used for notification. |
java.util.List<IMMessageTarget> |
IMPublisherDescriptor.getDefaultTargets()
Returns the default targets which should be used for build notification. |
java.util.List<IMMessageTarget> |
IMPublisher.getNotificationTargets()
Returns the notification targets configured on a per-job basis. |
| Methods in hudson.plugins.im with parameters of type IMMessageTarget | |
|---|---|
void |
IMConnection.send(IMMessageTarget target,
java.lang.String text)
Sends a Message-Text to an IMMessageTarget (aka a User ;). |
java.lang.String |
IMMessageTargetConverter.toString(IMMessageTarget target)
Turns given IMMessageTarget into a String for GUI-Display. |
| Method parameters in hudson.plugins.im with type arguments of type IMMessageTarget | |
|---|---|
protected void |
IMPublisher.setNotificationTargets(java.util.List<IMMessageTarget> targets)
Deprecated. Should only be used to deserialize old instances |
| Constructor parameters in hudson.plugins.im with type arguments of type IMMessageTarget | |
|---|---|
IMPublisher(java.util.List<IMMessageTarget> defaultTargets,
java.lang.String notificationStrategyString,
boolean notifyGroupChatsOnBuildStart,
boolean notifySuspects,
boolean notifyCulprits,
boolean notifyFixers,
boolean notifyUpstreamCommitters)
Deprecated. as of 1.9. Use IMPublisher.IMPublisher(List, String, boolean, boolean, boolean, boolean, boolean, BuildToChatNotifier)
instead. |
|
IMPublisher(java.util.List<IMMessageTarget> defaultTargets,
java.lang.String notificationStrategyString,
boolean notifyGroupChatsOnBuildStart,
boolean notifySuspects,
boolean notifyCulprits,
boolean notifyFixers,
boolean notifyUpstreamCommitters,
BuildToChatNotifier buildToChatNotifier)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||