Uses of Class
org.jenkinsci.plugins.publishoverdropbox.impl.DropboxTransfer
Packages that use DropboxTransfer
Package
Description
-
Uses of DropboxTransfer in org.jenkinsci.plugins.publishoverdropbox.domain
Methods in org.jenkinsci.plugins.publishoverdropbox.domain with parameters of type DropboxTransferModifier and TypeMethodDescriptionvoidDropboxClient.beginTransfers(DropboxTransfer transfer) voidDropboxClient.transferFile(DropboxTransfer transfer, FilePath filePath, InputStream content) -
Uses of DropboxTransfer in org.jenkinsci.plugins.publishoverdropbox.impl
Constructor parameters in org.jenkinsci.plugins.publishoverdropbox.impl with type arguments of type DropboxTransferModifierConstructorDescriptionDropboxPublisher(String configName, boolean verbose, ArrayList<DropboxTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, DropboxRetry dropboxRetry, DropboxPublisherLabel dropboxLabel) -
Uses of DropboxTransfer in org.jenkinsci.plugins.publishoverdropbox.impl.step
Methods in org.jenkinsci.plugins.publishoverdropbox.impl.step that return types with arguments of type DropboxTransfer