Class DownloadService
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService<DownloadServiceData>
com.microsoftopentechnologies.windowsazurestorage.service.DownloadService
- Direct Known Subclasses:
DownloadFromBuildService
,DownloadFromContainerService
,DownloadFromFileService
-
Field Summary
Fields inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
FP_SEPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
downloadBlob
(com.azure.storage.blob.specialized.BlobClientBase blob) protected void
downloadSingleFile
(com.azure.storage.file.share.ShareFileClient cloudFile) int
protected boolean
shouldDownload
(String includePattern, String excludePattern, String blobName, boolean isFullPath) protected void
Methods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
error, execute, getServiceData, getTime, println, setRunUnstable, setServiceData
-
Field Details
-
DOWNLOAD
- See Also:
-
DOWNLOAD_FAILED
- See Also:
-
-
Constructor Details
-
DownloadService
-
-
Method Details
-
waitForDownloadEnd
- Throws:
WAStorageException
-
downloadBlob
protected void downloadBlob(com.azure.storage.blob.specialized.BlobClientBase blob) throws WAStorageException - Throws:
WAStorageException
-
shouldDownload
-
getFilesDownloaded
public int getFilesDownloaded() -
getExecutorService
-