Class AzureBlobAction
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.AzureBlobAction
- All Implemented Interfaces:
Action,ModelObject,RunAction2
-
Constructor Summary
ConstructorsConstructorDescriptionAzureBlobAction(List<AzureBlob> individualBlobs, AzureBlob zipArchiveBlob, boolean allowAnonymousAccess, String storageCredentialId) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoProcessDownloadRequest(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) booleangetApi()Run<?,?> getBuild()booleanisAnonymousAccess(org.springframework.security.core.Authentication auth) voidonAttached(Run<?, ?> r) void
-
Constructor Details
-
AzureBlobAction
-
-
Method Details
-
getBuild
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getZipArchiveBlob
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-
getIndividualBlobs
-
getAllowAnonymousAccess
public boolean getAllowAnonymousAccess() -
doProcessDownloadRequest
public void doProcessDownloadRequest(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) throws IOException, jakarta.servlet.ServletException - Throws:
IOExceptionjakarta.servlet.ServletException
-
isAnonymousAccess
public boolean isAnonymousAccess(org.springframework.security.core.Authentication auth) -
getApi
-