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:
hudson.model.Describable<BapFtpPublisher>, java.io.Serializable

public class BapFtpPublisher
extends jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>
implements hudson.model.Describable<BapFtpPublisher>

Class required to enable stapler/DBC to bind to correct BPTransfer - BapFtpTransfer

See Also:
Serialized Form

Constructor Summary
BapFtpPublisher(java.lang.String configName, boolean verbose, java.util.ArrayList<BapFtpTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapFtpRetry retry, BapFtpPublisherLabel label)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 BapFtpPublisherDescriptor getDescriptor()
           
 BapFtpPublisherLabel getLabel()
           
 BapFtpRetry getRetry()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over.BapPublisher
addToEquals, addToHashCode, addToToString, getConfigName, getTransfers, isUsePromotionTimestamp, isUseWorkspaceInPromotion, isVerbose, perform, setConfigName, setEffectiveEnvironmentInBuildInfo, setTransfers, setUsePromotionTimestamp, setUseWorkspaceInPromotion, 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.ArrayList<BapFtpTransfer> transfers,
                                            boolean useWorkspaceInPromotion,
                                            boolean usePromotionTimestamp,
                                            BapFtpRetry retry,
                                            BapFtpPublisherLabel label)
Method Detail

getRetry

public BapFtpRetry getRetry()
Overrides:
getRetry in class jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>

getLabel

public BapFtpPublisherLabel getLabel()
Overrides:
getLabel in class jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>

getDescriptor

public BapFtpPublisherDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapFtpPublisher>

equals

public boolean equals(java.lang.Object that)
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.