hudson.plugins.im
Interface IMPublisherDescriptor


public interface IMPublisherDescriptor


Method Summary
 java.lang.String getCommandPrefix()
           
 java.lang.String getDefaultIdSuffix()
           
 java.lang.String getHost()
           
 java.lang.String getHostname()
          Deprecated. Should be replaced by getHost
 java.lang.String getPassword()
           
 int getPort()
           
 java.lang.String getUserName()
           
 boolean isEnabled()
          Returns true iff the plugin is globally enabled.
 boolean isExposePresence()
           
 

Method Detail

isEnabled

boolean isEnabled()
Returns true iff the plugin is globally enabled.


isExposePresence

boolean isExposePresence()

getHost

java.lang.String getHost()

getHostname

@Deprecated
java.lang.String getHostname()
Deprecated. Should be replaced by getHost

Returns the hostname. May be null in which case the host must be determined from the Jabber 'service name'.


getPort

int getPort()

getUserName

java.lang.String getUserName()

getPassword

java.lang.String getPassword()

getCommandPrefix

java.lang.String getCommandPrefix()

getDefaultIdSuffix

java.lang.String getDefaultIdSuffix()


Copyright © 2009. All Rights Reserved.