Uses of Class
com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException
Package
Description
-
Uses of WAStorageException in com.microsoftopentechnologies.windowsazurestorage.helper
Modifier and TypeMethodDescriptionboolean
AzureStorageAccount.StorageAccountCredential.isValidStorageCredential()
static boolean
AzureUtils.validateStorageAccount
(StorageAccountInfo storageAccount, boolean allowRetry) This method validates Storage Account credentials by checking for a dummy container existence. -
Uses of WAStorageException in com.microsoftopentechnologies.windowsazurestorage.service
Modifier and TypeMethodDescriptionprotected void
DownloadService.downloadBlob
(com.azure.storage.blob.specialized.BlobClientBase blob) protected void
DownloadService.downloadSingleFile
(com.azure.storage.file.share.ShareFileClient cloudFile) abstract int
StoragePluginService.execute()
final int
UploadService.execute()
protected int
DownloadFromContainerService.scanBlobs
(com.azure.storage.blob.BlobContainerClient container, com.azure.core.http.rest.PagedIterable<com.azure.storage.blob.models.BlobItem> blobItems) protected void
UploadService.updateAzureBlobs
(List<UploadService.UploadResult> results, List<AzureBlob> azureBlobs) Update Jenkins controller's records of uploaded files.protected abstract void
UploadService.uploadArchive
(String archiveIncludes) protected void
UploadToBlobService.uploadArchive
(String archiveIncludes) protected void
UploadToFileService.uploadArchive
(String archiveIncludes) protected void
UploadService.uploadCloudFile
(com.azure.storage.file.share.ShareFileClient fileClient, FilePath localPath) protected abstract void
UploadService.uploadIndividuals
(String embeddedVP, FilePath[] paths) protected abstract void
UploadService.uploadIndividuals
(String embeddedVP, FilePath[] paths, FilePath workspace) protected void
UploadToBlobService.uploadIndividuals
(String embeddedVP, FilePath[] paths) Deprecated.protected void
UploadToBlobService.uploadIndividuals
(String embeddedVP, FilePath[] paths, FilePath workspace) protected void
UploadToFileService.uploadIndividuals
(String embeddedVP, FilePath[] paths) protected void
UploadToFileService.uploadIndividuals
(String embeddedVP, FilePath[] paths, FilePath workspace) protected void
DownloadService.waitForDownloadEnd()
protected void
UploadService.waitForUploadEnd()