A C D E F G H I J N P S T V

A

Assert - Class in hudson.plugins.jabber.tools
Convenience.

C

close() - Method in interface hudson.plugins.jabber.im.IMConnection
Closes the connection (includes logout) and releases resources.
configure(HttpServletRequest) - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor

D

DefaultIMMessageTarget - Class in hudson.plugins.jabber.im
DefaultIMMessageTarget basically is a String, that represents an Im-Account to send messages to.
DefaultIMMessageTarget(String) - Constructor for class hudson.plugins.jabber.im.DefaultIMMessageTarget
 
DefaultIMMessageTargetConverter - Class in hudson.plugins.jabber.im
DefaultIMMessageTargetConverter() - Constructor for class hudson.plugins.jabber.im.DefaultIMMessageTargetConverter
 
dump(Throwable) - Static method in class hudson.plugins.jabber.tools.ExceptionHelper
 

E

equals(Object) - Method in class hudson.plugins.jabber.im.DefaultIMMessageTarget
 
ExceptionHelper - Class in hudson.plugins.jabber.tools
Convenience
ExceptionHelper() - Constructor for class hudson.plugins.jabber.tools.ExceptionHelper
 

F

fromString(String) - Method in class hudson.plugins.jabber.im.DefaultIMMessageTargetConverter
creates a IMMessageTarget from the given String.
fromString(String) - Method in interface hudson.plugins.jabber.im.IMMessageTargetConverter
creates a IMMessageTarget from the given String.

G

getDescriptor() - Method in class hudson.plugins.jabber.im.transport.JabberPublisher
 
getDisplayName() - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
This human readable name is used in the configuration screen.
getHostname() - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
getHudsonNickname() - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
getHudsonPassword() - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
getIMConnection() - Method in class hudson.plugins.jabber.im.IMPublisher
 
getIMConnection() - Method in class hudson.plugins.jabber.im.transport.JabberPublisher
 
getIMMessageTargetConverter() - Method in class hudson.plugins.jabber.im.IMPublisher
 
getIMMessageTargetConverter() - Method in class hudson.plugins.jabber.im.transport.JabberPublisher
 
getNotificationStrategy() - Method in class hudson.plugins.jabber.im.IMPublisher
 
getPort() - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
getTargets() - Method in class hudson.plugins.jabber.im.IMPublisher
 

H

hashCode() - Method in class hudson.plugins.jabber.im.DefaultIMMessageTarget
 
hudson.plugins.jabber - package hudson.plugins.jabber
 
hudson.plugins.jabber.im - package hudson.plugins.jabber.im
 
hudson.plugins.jabber.im.transport - package hudson.plugins.jabber.im.transport
 
hudson.plugins.jabber.tools - package hudson.plugins.jabber.tools
 

I

IMConnection - Interface in hudson.plugins.jabber.im
Represents a connection to an IM-Server.
IMException - Exception in hudson.plugins.jabber.im
Reprsents any kind of protocol-level error that may occur.
IMException(Exception) - Constructor for exception hudson.plugins.jabber.im.IMException
 
IMMessageTarget - Interface in hudson.plugins.jabber.im
A MessageTarget represents a user to send notifications to (like "peter@jabber.org").
IMMessageTargetConversionException - Exception in hudson.plugins.jabber.im
Signals a conversion Exception from String to IMMessageTarget
IMMessageTargetConversionException(String) - Constructor for exception hudson.plugins.jabber.im.IMMessageTargetConversionException
 
IMMessageTargetConverter - Interface in hudson.plugins.jabber.im
A IMMessageTargetConverter has the responsibility of creating a IMMessageTarget from a String and back.
IMPresence - Enum in hudson.plugins.jabber.im
Represents the possible (basic) states for an IMConnection´s presence
IMPublisher - Class in hudson.plugins.jabber.im
The actual Publisher that sends notification-Messages out to the clients.
IMPublisher(String) - Constructor for class hudson.plugins.jabber.im.IMPublisher
 
isExposePresence() - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
isNotNull(Object) - Static method in class hudson.plugins.jabber.tools.Assert
Asserts that given object is not null.
isNotNull(Object, String) - Static method in class hudson.plugins.jabber.tools.Assert
Asserts that given object is not null.

J

JabberPluginImpl - Class in hudson.plugins.jabber.im.transport
Plugin Entrypoint used to start/stop the plugin.
JabberPluginImpl() - Constructor for class hudson.plugins.jabber.im.transport.JabberPluginImpl
 
JabberPublisher - Class in hudson.plugins.jabber.im.transport
Jabber-specific implementation of the Publisher.
JabberPublisher(String) - Constructor for class hudson.plugins.jabber.im.transport.JabberPublisher
 
JabberPublisherDescriptor - Class in hudson.plugins.jabber.im.transport
 
JabberPublisherDescriptor() - Constructor for class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 

N

newInstance(StaplerRequest) - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
Creates a new instance of JabberPublisher from a submitted form.
NotificationStrategy - Enum in hudson.plugins.jabber
Represents the notification strategy.
notificationWanted(Build) - Method in enum hudson.plugins.jabber.NotificationStrategy
Signals if the given build qualifies to send a notification according to the current strategy.

P

PARAMETERNAME_HOSTNAME - Static variable in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
PARAMETERNAME_NICKNAME - Static variable in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
PARAMETERNAME_PASSWORD - Static variable in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
PARAMETERNAME_PORT - Static variable in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
PARAMETERNAME_PRESENCE - Static variable in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
PARAMETERNAME_TARGETS - Static variable in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
perform(Build, Launcher, BuildListener) - Method in class hudson.plugins.jabber.im.IMPublisher
 

S

send(IMMessageTarget, String) - Method in interface hudson.plugins.jabber.im.IMConnection
Sends a Message-Text to an IMMessageTarget (aka a User ;).
setPresence(IMPresence) - Method in interface hudson.plugins.jabber.im.IMConnection
Sets the current connections´ presence to a protocol specific adaption of the given presence parameter.
shutdown() - Method in class hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
 
start() - Method in class hudson.plugins.jabber.im.transport.JabberPluginImpl
stop() - Method in class hudson.plugins.jabber.im.transport.JabberPluginImpl

T

toString() - Method in class hudson.plugins.jabber.im.DefaultIMMessageTarget
 
toString(IMMessageTarget) - Method in class hudson.plugins.jabber.im.DefaultIMMessageTargetConverter
Turns given IMMessageTarget into a String for GUI-Display.
toString(IMMessageTarget) - Method in interface hudson.plugins.jabber.im.IMMessageTargetConverter
Turns given IMMessageTarget into a String for GUI-Display.

V

valueOf(String) - Static method in enum hudson.plugins.jabber.im.IMPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.jabber.NotificationStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.jabber.im.IMPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.jabber.NotificationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I J N P S T V

Copyright © 2007. All Rights Reserved.