Class UploadToBlobService
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService<UploadServiceData>
com.microsoftopentechnologies.windowsazurestorage.service.UploadService
com.microsoftopentechnologies.windowsazurestorage.service.UploadToBlobService
Service to upload files to Azure Blob Storage.
-
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_NAME
Fields inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
FP_SEPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
uploadArchive
(String archiveIncludes) protected void
uploadIndividuals
(String embeddedVP, FilePath[] paths) Deprecated.protected void
uploadIndividuals
(String embeddedVP, FilePath[] paths, FilePath workspace) Methods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.UploadService
excludedFilesAndZip, execute, generateWriteSASURL, getExecutorService, getItemPath, removePrefix, updateAzureBlobs, updateMetadata, uploadCloudFile, waitForUploadEnd
Methods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
error, getServiceData, getTime, println, setRunUnstable, setServiceData
-
Constructor Details
-
UploadToBlobService
-
-
Method Details
-
uploadArchive
- Specified by:
uploadArchive
in classUploadService
- Throws:
WAStorageException
-
uploadIndividuals
protected void uploadIndividuals(String embeddedVP, FilePath[] paths, FilePath workspace) throws WAStorageException - Specified by:
uploadIndividuals
in classUploadService
- Throws:
WAStorageException
-
uploadIndividuals
@Deprecated protected void uploadIndividuals(String embeddedVP, FilePath[] paths) throws WAStorageException Deprecated.- Specified by:
uploadIndividuals
in classUploadService
- Throws:
WAStorageException
-