Class AzureBlobAction
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.AzureBlobAction
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
-
Constructor Summary
ConstructorDescriptionAzureBlobAction
(List<AzureBlob> individualBlobs, AzureBlob zipArchiveBlob, boolean allowAnonymousAccess, String storageCredentialId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doProcessDownloadRequest
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) boolean
getApi()
Run<?,
?> getBuild()
boolean
isAnonymousAccess
(org.springframework.security.core.Authentication auth) void
onAttached
(Run<?, ?> r) void
-
Constructor Details
-
AzureBlobAction
-
-
Method Details
-
getBuild
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getZipArchiveBlob
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-
getIndividualBlobs
-
getAllowAnonymousAccess
public boolean getAllowAnonymousAccess() -
doProcessDownloadRequest
public void doProcessDownloadRequest(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
isAnonymousAccess
public boolean isAnonymousAccess(org.springframework.security.core.Authentication auth) -
getApi
-