jenkins.plugins.publish_over_ftp
Class BapFtpPublisher

java.lang.Object
  extended by jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>
      extended by jenkins.plugins.publish_over_ftp.BapFtpPublisher
All Implemented Interfaces:
java.io.Serializable

public class BapFtpPublisher
extends jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>

See Also:
Serialized Form

Constructor Summary
BapFtpPublisher(java.lang.String configName, boolean verbose, java.util.List<BapFtpTransfer> transfers)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over.BapPublisher
addToEquals, addToHashCode, addToToString, createEqualsBuilder, createHashCodeBuilder, getConfigName, getTransfers, isVerbose, perform, setConfigName, setTransfers, setVerbose
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BapFtpPublisher

@DataBoundConstructor
public BapFtpPublisher(java.lang.String configName,
                                            boolean verbose,
                                            java.util.List<BapFtpTransfer> transfers)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>

hashCode

public int hashCode()
Overrides:
hashCode in class jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>

toString

public java.lang.String toString()
Overrides:
toString in class jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>


Copyright © 2011. All Rights Reserved.