AbstractBucketLifecycleManager |
This extension point may be implemented to surface the object lifecycle options available on
cloud storage buckets.
|
AbstractBucketLifecycleManagerDescriptor |
|
AbstractUpload |
This new extension point is used for surfacing different kinds of Google Cloud Storage (GCS)
uploads.
|
AbstractUpload.UploadSpec |
|
AbstractUploadDescriptor |
Descriptor from which Upload extensions must derive their descriptor.
|
ClassicUpload |
This upload extension implements the classical upload pattern where a user provides an Ant-style
glob, e.g.
|
DownloadStep.DescriptorImpl |
Descriptor for the DownloadStep
|
ExpiringBucketLifecycleManager |
A simple implementation of the bucket lifecycle extension point that surfaces object expiration
(aka TTL).
|
GoogleCloudStorageUploader.DescriptorImpl |
Descriptor for the extension for uploading build artifacts to Google Cloud Storage.
|
InvalidAnnotationException |
|
StdoutUpload |
This upload extension allow the user to upload the build log for the Jenkins build to a given
bucket, with a specified file name.
|
StorageScopeRequirement |
The required OAuth2 scopes for managing Google Cloud Storage buckets and objects.
|
UploadException |
|
UploadModule |
This module abstracts how the Upload implementations instantiate their connection to the Storage
service.
|