Uses of Class
jenkins.plugins.publish_over_ftp.BapFtpTransfer
-
Packages that use BapFtpTransfer Package Description jenkins.plugins.publish_over_ftp -
-
Uses of BapFtpTransfer in jenkins.plugins.publish_over_ftp
Methods in jenkins.plugins.publish_over_ftp with parameters of type BapFtpTransfer Modifier and Type Method Description protected org.apache.commons.lang.builder.EqualsBuilder
BapFtpTransfer. addToEquals(org.apache.commons.lang.builder.EqualsBuilder builder, BapFtpTransfer that)
void
BapFtpClient. beginTransfers(BapFtpTransfer transfer)
void
BapFtpClient. transferFile(BapFtpTransfer client, FilePath filePath, InputStream content)
Constructor parameters in jenkins.plugins.publish_over_ftp with type arguments of type BapFtpTransfer Constructor Description BapFtpPublisher(String configName, boolean verbose, ArrayList<BapFtpTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapFtpRetry ftpRetry, BapFtpPublisherLabel ftpLabel, BapFtpCredentials ftpCredentials)
-