Package buildbot :: Package status :: Module words :: Class IRCContact
[frames] | no frames]

Class IRCContact

source code

Contact --+
          |
         IRCContact

Instance Methods
 
__init__(self, channel, dest) source code
 
describeUser(self, user) source code
 
send(self, message) source code
 
act(self, action) source code
 
command_JOIN(self, args, who) source code
 
command_LEAVE(self, args, who) source code
 
handleMessage(self, message, who) source code

Inherited from Contact: add_notification_events, buildFinished, buildStarted, build_commands, builderAdded, builderChangedState, builderRemoved, buildsetSubmitted, command_COMMANDS, command_DANCE, command_DESTROY, command_EXCITED, command_FORCE, command_HELLO, command_HELP, command_LAST, command_LIST, command_NOTIFY, command_SOURCE, command_STATUS, command_STOP, command_VERSION, command_WATCH, convertTime, doSilly, emit_last, emit_status, getAllBuilders, getBuilder, getCommandMethod, getControl, handleAction, list_notified_events, notify_for, notify_for_finished, remove_all_notification_events, remove_notification_events, requestCancelled, requestSubmitted, subscribe_to_build_events, unsubscribe_from_build_events, validate_notification_event, watchedBuildFinished

Class Variables

Inherited from Contact: results_descriptions, silly

Method Details

__init__(self, channel, dest)
(Constructor)

source code 
Overrides: Contact.__init__