hudson.plugins.ircbot
Class IrcPublisher.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.plugins.ircbot.IrcPublisher.DescriptorImpl
- Enclosing class:
- IrcPublisher
public static final class IrcPublisher.DescriptorImpl
- extends hudson.model.Descriptor<hudson.tasks.Publisher>
Descriptor for IrcPublisher
- Version:
- $Id: IrcPublisher.java,v 1.7 2007/03/26 09:48:04 bruyeron Exp $
- Author:
- bruyeron
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException |
| Fields inherited from class hudson.model.Descriptor |
clazz |
| Methods inherited from class hudson.model.Descriptor |
configure, convert, getConfigPage, getGlobalConfigPage, getHelpFile, getViewPage, isInstance, load, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initBot
public void initBot()
throws org.jibble.pircbot.NickAlreadyInUseException,
java.io.IOException,
org.jibble.pircbot.IrcException
- Throws:
org.jibble.pircbot.NickAlreadyInUseException
java.io.IOException
org.jibble.pircbot.IrcException
stop
public void stop()
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req)
throws hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>
- Throws:
hudson.model.Descriptor.FormException- See Also:
Descriptor.configure(org.kohsuke.stapler.StaplerRequest)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>
- See Also:
Descriptor.getDisplayName()
getChannels
public java.lang.String getChannels()
newInstance
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req)
throws hudson.model.Descriptor.FormException
- Specified by:
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>
- Throws:
hudson.model.Descriptor.FormException- See Also:
Descriptor.newInstance(org.kohsuke.stapler.StaplerRequest)
getCommandPrefix
public java.lang.String getCommandPrefix()
- Returns:
- the commandPrefix
getHostname
public java.lang.String getHostname()
- Returns:
- the hostname
getNick
public java.lang.String getNick()
- Returns:
- the nick
getPassword
public java.lang.String getPassword()
- Returns:
- the password
getPort
public int getPort()
- Returns:
- the port
isEnabled
public boolean isEnabled()
- Returns:
- the enabled
Copyright © 2007. All Rights Reserved.