hudson.plugins.ircbot.v2
Class IRCConnection
java.lang.Object
hudson.plugins.ircbot.v2.IRCConnection
- All Implemented Interfaces:
- hudson.plugins.im.IMConnection, PircConnection.JoinListener
public class IRCConnection
- extends java.lang.Object
- implements hudson.plugins.im.IMConnection, PircConnection.JoinListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRCConnection
public IRCConnection(IrcPublisher.DescriptorImpl descriptor,
org.acegisecurity.Authentication authentication)
close
public void close()
- Specified by:
close in interface hudson.plugins.im.IMConnection
isConnected
public boolean isConnected()
- Specified by:
isConnected in interface hudson.plugins.im.IMConnection
connect
public boolean connect()
- Specified by:
connect in interface hudson.plugins.im.IMConnection
channelJoined
public void channelJoined(java.lang.String channelName)
- Specified by:
channelJoined in interface PircConnection.JoinListener
addConnectionListener
public void addConnectionListener(hudson.plugins.im.IMConnectionListener listener)
- Specified by:
addConnectionListener in interface hudson.plugins.im.IMConnection
removeConnectionListener
public void removeConnectionListener(hudson.plugins.im.IMConnectionListener listener)
- Specified by:
removeConnectionListener in interface hudson.plugins.im.IMConnection
send
public void send(hudson.plugins.im.IMMessageTarget target,
java.lang.String text)
throws hudson.plugins.im.IMException
- Specified by:
send in interface hudson.plugins.im.IMConnection
- Throws:
hudson.plugins.im.IMException
setPresence
public void setPresence(hudson.plugins.im.IMPresence presence,
java.lang.String statusMessage)
throws hudson.plugins.im.IMException
- Specified by:
setPresence in interface hudson.plugins.im.IMConnection
- Throws:
hudson.plugins.im.IMException
Copyright © 2009. All Rights Reserved.