Uses of Class
com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException
Packages that use WAStorageException
Package
Description
-
Uses of WAStorageException in com.microsoftopentechnologies.windowsazurestorage.helper
Methods in com.microsoftopentechnologies.windowsazurestorage.helper that throw WAStorageExceptionModifier and TypeMethodDescriptionbooleanAzureStorageAccount.StorageAccountCredential.isValidStorageCredential()static booleanAzureUtils.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
Methods in com.microsoftopentechnologies.windowsazurestorage.service that throw WAStorageExceptionModifier and TypeMethodDescriptionprotected voidDownloadService.downloadBlob(com.azure.storage.blob.specialized.BlobClientBase blob) protected voidDownloadService.downloadSingleFile(com.azure.storage.file.share.ShareFileClient cloudFile) abstract intStoragePluginService.execute()final intUploadService.execute()protected intDownloadFromContainerService.scanBlobs(com.azure.storage.blob.BlobContainerClient container, com.azure.core.http.rest.PagedIterable<com.azure.storage.blob.models.BlobItem> blobItems) protected voidUploadService.updateAzureBlobs(List<UploadService.UploadResult> results, List<AzureBlob> azureBlobs) Update Jenkins controller's records of uploaded files.protected abstract voidUploadService.uploadArchive(String archiveIncludes) protected voidUploadToBlobService.uploadArchive(String archiveIncludes) protected voidUploadToFileService.uploadArchive(String archiveIncludes) protected voidUploadService.uploadCloudFile(com.azure.storage.file.share.ShareFileClient fileClient, FilePath localPath) protected abstract voidUploadService.uploadIndividuals(String embeddedVP, FilePath[] paths) protected abstract voidUploadService.uploadIndividuals(String embeddedVP, FilePath[] paths, FilePath workspace) protected voidUploadToBlobService.uploadIndividuals(String embeddedVP, FilePath[] paths) Deprecated.protected voidUploadToBlobService.uploadIndividuals(String embeddedVP, FilePath[] paths, FilePath workspace) protected voidUploadToFileService.uploadIndividuals(String embeddedVP, FilePath[] paths) protected voidUploadToFileService.uploadIndividuals(String embeddedVP, FilePath[] paths, FilePath workspace) protected voidDownloadService.waitForDownloadEnd()protected voidUploadService.waitForUploadEnd()