Uses of Class
jenkins.plugins.publish_over_ftp.BapFtpTransfer
Packages that use BapFtpTransfer
- 
Uses of BapFtpTransfer in jenkins.plugins.publish_over_ftp
Methods in jenkins.plugins.publish_over_ftp with parameters of type BapFtpTransferModifier and TypeMethodDescriptionprotected org.apache.commons.lang.builder.EqualsBuilderBapFtpTransfer.addToEquals(org.apache.commons.lang.builder.EqualsBuilder builder, BapFtpTransfer that) voidBapFtpClient.beginTransfers(BapFtpTransfer transfer) voidBapFtpClient.transferFile(BapFtpTransfer client, FilePath filePath, InputStream content) Constructor parameters in jenkins.plugins.publish_over_ftp with type arguments of type BapFtpTransferModifierConstructorDescriptionBapFtpPublisher(String configName, boolean verbose, ArrayList<BapFtpTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapFtpRetry ftpRetry, BapFtpPublisherLabel ftpLabel, BapFtpCredentials ftpCredentials)