jenkins.plugins.publish_over_ftp
Class BapFtpHostConfiguration

java.lang.Object
  extended by jenkins.plugins.publish_over.BPHostConfiguration<BapFtpClient,java.lang.Object>
      extended by jenkins.plugins.publish_over_ftp.BapHostConfiguration
          extended by jenkins.plugins.publish_over_ftp.BapFtpHostConfiguration
All Implemented Interfaces:
hudson.model.Describable<BapFtpHostConfiguration>, java.io.Serializable

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

See Also:
Serialized Form

Nested Class Summary
static class BapFtpHostConfiguration.DescriptorImpl
           
 
Field Summary
 
Fields inherited from class jenkins.plugins.publish_over_ftp.BapHostConfiguration
DEFAULT_PORT, DEFAULT_TIMEOUT
 
Constructor Summary
BapFtpHostConfiguration(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 useActiveData)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 hudson.model.Descriptor<BapFtpHostConfiguration> getDescriptor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over_ftp.BapHostConfiguration
createClient, createFTPClient, getPassword, getTimeout, isUseActiveData, setTimeout, setUseActiveData
 
Methods inherited from class jenkins.plugins.publish_over.BPHostConfiguration
addToEquals, addToHashCode, addToToString, changeToRootDirectory, createEqualsBuilder, createHashCodeBuilder, exception, getCommonConfig, getEncryptedPassword, getHostname, getName, getPort, getRemoteRootDir, getUsername, isDirectoryAbsolute, readResolve, setCommonConfig, setHostname, setName, setPassword, setPort, setRemoteRootDir, setUsername
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BapFtpHostConfiguration

@DataBoundConstructor
public BapFtpHostConfiguration(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 useActiveData)
Method Detail

getDescriptor

public hudson.model.Descriptor<BapFtpHostConfiguration> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapFtpHostConfiguration>

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.