Uses of Enum
io.jenkins.plugins.artifact_manager_jclouds.BlobStoreProvider.HttpMethod
Package
Description
-
Uses of BlobStoreProvider.HttpMethod in io.jenkins.plugins.artifact_manager_jclouds
Modifier and TypeMethodDescriptionstatic BlobStoreProvider.HttpMethod
Returns the enum constant of this type with the specified name.static BlobStoreProvider.HttpMethod[]
BlobStoreProvider.HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionabstract URL
BlobStoreProvider.toExternalURL
(org.jclouds.blobstore.domain.Blob blob, BlobStoreProvider.HttpMethod httpMethod) Generate a URL valid for downloading OR uploading the blob for a limited period of time -
Uses of BlobStoreProvider.HttpMethod in io.jenkins.plugins.artifact_manager_jclouds.s3
Modifier and TypeMethodDescriptionS3BlobStore.toExternalURL
(org.jclouds.blobstore.domain.Blob blob, BlobStoreProvider.HttpMethod httpMethod)