hudson.plugins.jabber.im.transport
Class JabberPublisherDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.Publisher>
      extended by hudson.plugins.jabber.im.transport.JabberPublisherDescriptor

public final class JabberPublisherDescriptor
extends hudson.model.Descriptor<hudson.tasks.Publisher>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
static java.lang.String PARAMETERNAME_HOSTNAME
           
static java.lang.String PARAMETERNAME_NICKNAME
           
static java.lang.String PARAMETERNAME_PASSWORD
           
static java.lang.String PARAMETERNAME_PORT
           
static java.lang.String PARAMETERNAME_PRESENCE
           
static java.lang.String PARAMETERNAME_TARGETS
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Constructor Summary
JabberPublisherDescriptor()
           
 
Method Summary
 boolean configure(javax.servlet.http.HttpServletRequest req)
          
 java.lang.String getDisplayName()
          This human readable name is used in the configuration screen.
 java.lang.String getHostname()
           
 java.lang.String getHudsonNickname()
           
 java.lang.String getHudsonPassword()
           
 int getPort()
           
 boolean isExposePresence()
           
 JabberPublisher newInstance(org.kohsuke.stapler.StaplerRequest req)
          Creates a new instance of JabberPublisher from a submitted form.
 void shutdown()
           
 
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
 

Field Detail

PARAMETERNAME_PORT

public static final java.lang.String PARAMETERNAME_PORT
See Also:
Constant Field Values

PARAMETERNAME_HOSTNAME

public static final java.lang.String PARAMETERNAME_HOSTNAME
See Also:
Constant Field Values

PARAMETERNAME_PRESENCE

public static final java.lang.String PARAMETERNAME_PRESENCE
See Also:
Constant Field Values

PARAMETERNAME_PASSWORD

public static final java.lang.String PARAMETERNAME_PASSWORD
See Also:
Constant Field Values

PARAMETERNAME_NICKNAME

public static final java.lang.String PARAMETERNAME_NICKNAME
See Also:
Constant Field Values

PARAMETERNAME_TARGETS

public static final java.lang.String PARAMETERNAME_TARGETS
See Also:
Constant Field Values
Constructor Detail

JabberPublisherDescriptor

public JabberPublisherDescriptor()
Method Detail

configure

public boolean configure(javax.servlet.http.HttpServletRequest req)
                  throws hudson.model.Descriptor.FormException

Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

getDisplayName

public java.lang.String getDisplayName()
This human readable name is used in the configuration screen.

Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>

getHostname

public java.lang.String getHostname()

getHudsonNickname

public java.lang.String getHudsonNickname()

getHudsonPassword

public java.lang.String getHudsonPassword()

getPort

public int getPort()

isExposePresence

public boolean isExposePresence()

newInstance

public JabberPublisher newInstance(org.kohsuke.stapler.StaplerRequest req)
                            throws hudson.model.Descriptor.FormException
Creates a new instance of JabberPublisher from a submitted form.

Specified by:
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

shutdown

public void shutdown()


Copyright © 2007. All Rights Reserved.