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.
|
ClassicUpload.DescriptorImpl |
|
ClassicUploadStep |
|
ClassicUploadStep.DescriptorImpl |
Descriptor for the class.
|
DownloadStep |
A step to allow Download from Google Cloud Storage as a Build step and in pipeline.
|
DownloadStep.DescriptorImpl |
Descriptor for the DownloadStep
|
DownloadStep.StorageObjectId |
A class to store StorageObject information in a serializable manner.
|
ExpiringBucketLifecycleManager |
A simple implementation of the bucket lifecycle extension point that surfaces object expiration
(aka TTL).
|
ExpiringBucketLifecycleManager.DescriptorImpl |
|
ExpiringBucketLifecycleManagerStep |
|
ExpiringBucketLifecycleManagerStep.DescriptorImpl |
|
GoogleCloudStorageUploader |
A Jenkins plugin for uploading files to Google Cloud Storage (GCS).
|
GoogleCloudStorageUploader.DescriptorImpl |
Descriptor for the extension for uploading build artifacts to Google Cloud Storage.
|
HttpHeaders |
Utility class for building HTTP header values.
|
Messages |
Generated localization support class.
|
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.
|
StdoutUpload.DescriptorImpl |
|
StdoutUploadStep |
|
StdoutUploadStep.DescriptorImpl |
|
StorageScopeRequirement |
The required OAuth2 scopes for managing Google Cloud Storage buckets and objects.
|
UploadModule |
This module abstracts how the Upload implementations instantiate their connection to the Storage
service.
|