hudson.plugins.ircbot
Class IrcPublisher.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.Publisher>
      extended by 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.6 2007/01/20 07:10:23 kohsuke Exp $
Author:
bruyeron

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req)
           
 java.lang.String getChannels()
           
 java.lang.String getCommandPrefix()
           
 java.lang.String getDisplayName()
           
 java.lang.String getHostname()
           
 java.lang.String getNick()
           
 java.lang.String getPassword()
           
 int getPort()
           
 void initBot()
           
 boolean isEnabled()
           
 hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req)
           
 void stop()
           
 
Methods inherited from class hudson.model.Descriptor
configure, convert, getConfigPage, getGlobalConfigPage, getHelpFile, isInstance, load, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 null. All Rights Reserved.