hudson.plugins.jabber.im.transport
Class JabberPublisherDescriptor
java.lang.Object
hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.plugins.jabber.im.transport.JabberPublisherDescriptor
public final class JabberPublisherDescriptor
- extends hudson.model.Descriptor<hudson.tasks.Publisher>
| 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 |
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
JabberPublisherDescriptor
public JabberPublisherDescriptor()
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.