Class UploadToFileService
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService<UploadServiceData>
com.microsoftopentechnologies.windowsazurestorage.service.UploadService
com.microsoftopentechnologies.windowsazurestorage.service.UploadToFileService
-
Nested Class Summary
Nested classes/interfaces inherited from class com.microsoftopentechnologies.windowsazurestorage.service.UploadService
UploadService.UploadObject, UploadService.UploadResult -
Field Summary
Fields inherited from class com.microsoftopentechnologies.windowsazurestorage.service.UploadService
ZIP_FOLDER_NAME, ZIP_NAMEFields inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
FP_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiduploadArchive(String archiveIncludes) protected voiduploadIndividuals(String embeddedVP, FilePath[] paths) protected voiduploadIndividuals(String embeddedVP, FilePath[] paths, FilePath workspace) Methods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.UploadService
excludedFilesAndZip, execute, generateWriteSASURL, getExecutorService, getItemPath, removePrefix, updateAzureBlobs, updateMetadata, uploadCloudFile, waitForUploadEndMethods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
error, getServiceData, getTime, println, setRunUnstable, setServiceData
-
Constructor Details
-
UploadToFileService
-
-
Method Details
-
uploadIndividuals
protected void uploadIndividuals(String embeddedVP, FilePath[] paths, FilePath workspace) throws WAStorageException - Specified by:
uploadIndividualsin classUploadService- Throws:
WAStorageException
-
uploadIndividuals
- Specified by:
uploadIndividualsin classUploadService- Throws:
WAStorageException
-
uploadArchive
- Specified by:
uploadArchivein classUploadService- Throws:
WAStorageException
-