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

A

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

C

close() - Method in interface hudson.plugins.sametime.im.IMConnection
Closes the connection (includes logout) and releases resources.
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
 

D

dataReceived(ImEvent) - Method in class hudson.plugins.sametime.im.transport.bot.SametimeDefaultBot
 
DEFAULT_COMMAND_PREFIX - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
DEFAULT_COMMAND_PREFIX
DEFAULT_MESSAGE - Static variable in class hudson.plugins.sametime.im.transport.bot.SametimeDefaultBot
 
DefaultIMMessageTarget - Class in hudson.plugins.sametime.im
DefaultIMMessageTarget basically is a String, that represents an Im-Account to send messages to.
DefaultIMMessageTarget(String) - Constructor for class hudson.plugins.sametime.im.DefaultIMMessageTarget
 
DefaultIMMessageTargetConverter - Class in hudson.plugins.sametime.im
DefaultIMMessageTargetConverter() - Constructor for class hudson.plugins.sametime.im.DefaultIMMessageTargetConverter
 
DESCRIPTOR - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisher
 
doServerCheck(String) - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Validates the server name.
dump(Throwable) - Static method in class hudson.plugins.sametime.tools.ExceptionHelper
 

E

equals(Object) - Method in class hudson.plugins.sametime.im.DefaultIMMessageTarget
 
equals(Object) - Method in class hudson.plugins.sametime.im.GroupChatIMMessageTarget
 
equals(Object) - Method in class hudson.plugins.sametime.im.transport.SametimeIMMessageTarget
 
ExceptionHelper - Class in hudson.plugins.sametime.tools
Convenience
ExceptionHelper() - Constructor for class hudson.plugins.sametime.tools.ExceptionHelper
 

F

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

G

getCommandPrefix() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Accessor for the prefix used in sending commands.
getDescriptor() - Method in class hudson.plugins.sametime.im.transport.SametimePublisher
 
getDisplayName() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
This human readable name is used in the configuration screen.
getHostname() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Getter method for the hostname field.
getHudsonNickname() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Getter method for the hudsonNickname field.
getHudsonPassword() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Getter method for the hudsonPassword field.
getIMConnection() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getIMConnection() - Method in class hudson.plugins.sametime.im.transport.SametimePublisher
 
getIMMessageTargetConverter() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getIMMessageTargetConverter() - Method in class hudson.plugins.sametime.im.transport.SametimePublisher
 
getInitialGroupChats() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Gets the whitespace separated list of group chats to join, or null if nothing is configured.
getNotificationStrategy() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getNotifyFixers() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getNotifyOnStart() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getNotifySuspects() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getPort() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Getter method for the port field.
getPortString() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Returns the text to be put into the form field.
getRequiredMonitorService() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getStrategy() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getTargets() - Method in class hudson.plugins.sametime.im.IMPublisher
 
getUser() - Method in class hudson.plugins.sametime.im.transport.SametimeIMMessageTarget
Gets the resolved user for this target.
GroupChatIMMessageTarget - Class in hudson.plugins.sametime.im
DefaultIMMessageTarget basically is a String, that represents an Im-Account to send messages to.
GroupChatIMMessageTarget(String) - Constructor for class hudson.plugins.sametime.im.GroupChatIMMessageTarget
 

H

hashCode() - Method in class hudson.plugins.sametime.im.DefaultIMMessageTarget
 
hashCode() - Method in class hudson.plugins.sametime.im.GroupChatIMMessageTarget
 
hashCode() - Method in class hudson.plugins.sametime.im.transport.SametimeIMMessageTarget
 
hudson.plugins.sametime - package hudson.plugins.sametime
 
hudson.plugins.sametime.im - package hudson.plugins.sametime.im
 
hudson.plugins.sametime.im.transport - package hudson.plugins.sametime.im.transport
Contains Sametime-specific implementations of the IM interfaces
hudson.plugins.sametime.im.transport.bot - package hudson.plugins.sametime.im.transport.bot
Contains Sametime-specific bot implementations
hudson.plugins.sametime.tools - package hudson.plugins.sametime.tools
 

I

imClosed(ImEvent) - Method in class hudson.plugins.sametime.im.transport.bot.SametimeDefaultBot
 
IMConnection - Interface in hudson.plugins.sametime.im
Represents a connection to an IM-Server.
IMException - Exception in hudson.plugins.sametime.im
Reprsents any kind of protocol-level error that may occur.
IMException(Exception) - Constructor for exception hudson.plugins.sametime.im.IMException
 
IMMessageTarget - Interface in hudson.plugins.sametime.im
A MessageTarget represents a user to send notifications to (like "peter@jabber.org").
IMMessageTargetConversionException - Exception in hudson.plugins.sametime.im
Signals a conversion Exception from String to IMMessageTarget
IMMessageTargetConversionException(String) - Constructor for exception hudson.plugins.sametime.im.IMMessageTargetConversionException
 
IMMessageTargetConverter - Interface in hudson.plugins.sametime.im
A IMMessageTargetConverter has the responsibility of creating a IMMessageTarget from a String and back.
imOpened(ImEvent) - Method in class hudson.plugins.sametime.im.transport.bot.SametimeDefaultBot
 
imOpened(ImEvent) - Method in class hudson.plugins.sametime.im.transport.bot.SametimeNotificationBot
 
IMPresence - Enum in hudson.plugins.sametime.im
Represents the possible (basic) states for an IMConnection's presence
IMPublisher - Class in hudson.plugins.sametime.im
The actual Publisher that sends notification-Messages out to the clients.
IMPublisher(String, String, boolean, boolean, boolean) - Constructor for class hudson.plugins.sametime.im.IMPublisher
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
 
isExposePresence() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Whether to show up on Sametime as accessible.
isNotNull(Object) - Static method in class hudson.plugins.sametime.tools.Assert
Asserts that given object is not null.
isNotNull(Object, String) - Static method in class hudson.plugins.sametime.tools.Assert
Asserts that given object is not null.

N

needsToRunAfterFinalized() - Method in class hudson.plugins.sametime.im.IMPublisher
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Creates a new instance of SametimePublisher from a submitted form.
NotificationStrategy - Enum in hudson.plugins.sametime
Represents the notification strategy.
notificationWanted(AbstractBuild<?, ?>) - Method in enum hudson.plugins.sametime.NotificationStrategy
Signals if the given build qualifies to send a notification according to the current strategy.

O

openImFailed(ImEvent) - Method in class hudson.plugins.sametime.im.transport.bot.SametimeDefaultBot
 

P

PARAMETERNAME_COMMAND_PREFIX - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the COMMAND_PREFIX parameter, as it appears in the jelly scripts
PARAMETERNAME_HOSTNAME - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the HOSTNAME parameter, as it appears in the jelly scripts
PARAMETERNAME_INITIAL_GROUPCHATS - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the INITIAL_GROUPCHATS parameter, as it appears in the jelly scripts
PARAMETERNAME_NICKNAME - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the NICKNAME parameter, as it appears in the jelly scripts
PARAMETERNAME_NOTIFY_FIXERS - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the NOTIFY_FIXERS parameter, as it appears in the jelly scripts
PARAMETERNAME_NOTIFY_START - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the NOTIFY_START parameter, as it appears in the jelly scripts
PARAMETERNAME_NOTIFY_SUSPECTS - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the NOTIFY_SUSPECTS parameter, as it appears in the jelly scripts
PARAMETERNAME_PASSWORD - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the PASSWORD parameter, as it appears in the jelly scripts
PARAMETERNAME_PORT - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the PORT parameter, as it appears in the jelly scripts
PARAMETERNAME_PRESENCE - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the PRESENCE parameter, as it appears in the jelly scripts
PARAMETERNAME_STRATEGY - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the STRATEGY parameter, as it appears in the jelly scripts
PARAMETERNAME_TARGETS - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Name for the TARGETS parameter, as it appears in the jelly scripts
PARAMETERVALUE_STRATEGY_ALL - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Default value for the STRATEGY_ALL parameter
PARAMETERVALUE_STRATEGY_DEFAULT - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Default value for the STRATEGY_DEFAULT parameter
PARAMETERVALUE_STRATEGY_FAILURE - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Default value for the STRATEGY_FAILURE parameter
PARAMETERVALUE_STRATEGY_STATE_CHANGE - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Default value for the STRATEGY_STATE_CHANGE parameter
PARAMETERVALUE_STRATEGY_VALUES - Static variable in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Default value for the STRATEGY_VALUES parameter
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.sametime.im.IMPublisher
 
prebuild(AbstractBuild, BuildListener) - Method in class hudson.plugins.sametime.im.IMPublisher
 

S

SametimeDefaultBot - Class in hudson.plugins.sametime.im.transport.bot
This is a default bot that simply ignores Im opening, closing and failing, but responds to the reception of messages with a standard brush-off response.
SametimeDefaultBot() - Constructor for class hudson.plugins.sametime.im.transport.bot.SametimeDefaultBot
 
SametimeIMMessageTarget - Class in hudson.plugins.sametime.im.transport
Contains both the String and object representations of a Sametime user Id (ie a resolved lookup).
SametimeIMMessageTarget(STUser, String) - Constructor for class hudson.plugins.sametime.im.transport.SametimeIMMessageTarget
Constructor.
SametimeIMMessageTargetConverter - Class in hudson.plugins.sametime.im.transport
The Sametime IM Message Target Converter resolves String representations of userIds to Sametime addresses, using the lookup service.
SametimeIMMessageTargetConverter(STSession) - Constructor for class hudson.plugins.sametime.im.transport.SametimeIMMessageTargetConverter
Constructor.
SametimeNotificationBot - Class in hudson.plugins.sametime.im.transport.bot
Standard bot that just sends out a message when it is connected.
SametimeNotificationBot(String) - Constructor for class hudson.plugins.sametime.im.transport.bot.SametimeNotificationBot
Constructor.
SametimePluginImpl - Class in hudson.plugins.sametime.im.transport
Plugin entry point used to start/stop the plugin.
SametimePluginImpl() - Constructor for class hudson.plugins.sametime.im.transport.SametimePluginImpl
 
SametimePublisher - Class in hudson.plugins.sametime.im.transport
Sametime-specific implementation of the IMPublisher
SametimePublisher(String, String, boolean, boolean, boolean) - Constructor for class hudson.plugins.sametime.im.transport.SametimePublisher
Constructor.
SametimePublisherDescriptor - Class in hudson.plugins.sametime.im.transport
Descriptor for the SametimePublisher.
SametimePublisherDescriptor() - Constructor for class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Constructor.
send(IMMessageTarget, String) - Method in interface hudson.plugins.sametime.im.IMConnection
Sends a Message-Text to an IMMessageTarget (aka a User ;).
setPresence(IMPresence) - Method in interface hudson.plugins.sametime.im.IMConnection
Sets the current connections� presence to a protocol specific adaption of the given presence parameter.
shutdown() - Method in class hudson.plugins.sametime.im.transport.SametimePublisherDescriptor
Shuts down the connection etc.
stop() - Method in class hudson.plugins.sametime.im.transport.SametimePluginImpl
 

T

textReceived(ImEvent) - Method in class hudson.plugins.sametime.im.transport.bot.SametimeDefaultBot
 
toString() - Method in class hudson.plugins.sametime.im.DefaultIMMessageTarget
 
toString(IMMessageTarget) - Method in class hudson.plugins.sametime.im.DefaultIMMessageTargetConverter
Turns given IMMessageTarget into a String for GUI-Display.
toString() - Method in class hudson.plugins.sametime.im.GroupChatIMMessageTarget
 
toString(IMMessageTarget) - Method in interface hudson.plugins.sametime.im.IMMessageTargetConverter
Turns given IMMessageTarget into a String for GUI-Display.
toString() - Method in class hudson.plugins.sametime.im.transport.SametimeIMMessageTarget
 
toString(IMMessageTarget) - Method in class hudson.plugins.sametime.im.transport.SametimeIMMessageTargetConverter
 

V

valueOf(String) - Static method in enum hudson.plugins.sametime.im.IMPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.sametime.NotificationStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.sametime.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.sametime.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 N O P S T V 

Copyright © 2004-2013. All Rights Reserved.