jenkins.plugins.publish_over_ssh
Class BapSshHostConfiguration

java.lang.Object
  extended by jenkins.plugins.publish_over.BPHostConfiguration<BapSshClient,BapCommonConfiguration>
      extended by jenkins.plugins.publish_over_ssh.BapHostConfiguration
          extended by jenkins.plugins.publish_over_ssh.BapSshHostConfiguration
All Implemented Interfaces:
hudson.model.Describable<BapSshHostConfiguration>, java.io.Serializable

public class BapSshHostConfiguration
extends BapHostConfiguration
implements hudson.model.Describable<BapSshHostConfiguration>

See Also:
Serialized Form

Nested Class Summary
static class BapSshHostConfiguration.DescriptorImpl
           
 
Field Summary
 
Fields inherited from class jenkins.plugins.publish_over_ssh.BapHostConfiguration
DEFAULT_PORT, DEFAULT_TIMEOUT
 
Constructor Summary
BapSshHostConfiguration(java.lang.String name, java.lang.String hostname, java.lang.String username, java.lang.String encryptedPassword, java.lang.String remoteRootDir, int port, int timeout, boolean overrideKey, java.lang.String keyPath, java.lang.String key, boolean disableExec)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 BapSshHostConfiguration.DescriptorImpl getDescriptor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over_ssh.BapHostConfiguration
addToEquals, addToHashCode, addToToString, createClient, createJSch, getEncryptedPassword, getKey, getKeyPath, getPassword, getTimeout, isDisableExec, isEffectiveDisableExec, isOverrideKey, setDisableExec, setKey, setKeyPath, setOverrideKey, setPassword, setTimeout
 
Methods inherited from class jenkins.plugins.publish_over.BPHostConfiguration
addToEquals, changeToRootDirectory, createEqualsBuilder, createHashCodeBuilder, exception, getCommonConfig, getHostname, getName, getPort, getRemoteRootDir, getUsername, isDirectoryAbsolute, readResolve, setCommonConfig, setHostname, setName, setPort, setRemoteRootDir, setUsername
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BapSshHostConfiguration

@DataBoundConstructor
public BapSshHostConfiguration(java.lang.String name,
                                                    java.lang.String hostname,
                                                    java.lang.String username,
                                                    java.lang.String encryptedPassword,
                                                    java.lang.String remoteRootDir,
                                                    int port,
                                                    int timeout,
                                                    boolean overrideKey,
                                                    java.lang.String keyPath,
                                                    java.lang.String key,
                                                    boolean disableExec)
Method Detail

getDescriptor

public BapSshHostConfiguration.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapSshHostConfiguration>

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class BapHostConfiguration

hashCode

public int hashCode()
Overrides:
hashCode in class BapHostConfiguration

toString

public java.lang.String toString()
Overrides:
toString in class BapHostConfiguration


Copyright © 2011. All Rights Reserved.