Class | Description |
---|---|
AbstractBucketLifecycleManager |
This extension point may be implemented to surface the object lifecycle options available on
cloud storage buckets.
|
AbstractBucketLifecycleManagerDescriptor |
The descriptor for our new
AbstractBucketLifecycleManager extension point. |
AbstractUpload |
This new extension point is used for surfacing different kinds of Google Cloud Storage (GCS)
uploads.
|
AbstractUpload.UploadSpec |
This tuple is used to return the modified workspace and collection of
FilePath s to
upload to AbstractUpload.perform(java.lang.String, hudson.model.AbstractBuild<?, ?>, hudson.model.TaskListener) . |
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 |
Denotes this is an
AbstractUpload plugin |
ClassicUploadStep |
Build Step wrapper for
ClassicUpload . |
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 |
Denotes this is an
AbstractUpload plugin |
ExpiringBucketLifecycleManagerStep |
Build Step wrapper for
ExpiringBucketLifecycleManager to be run in pipelines. |
ExpiringBucketLifecycleManagerStep.DescriptorImpl |
Descriptor for
ExpiringBucketLifecycleManagerStep |
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 |
Denotes this is an
AbstractUpload plugin |
StdoutUploadStep |
Build Step wrapper for
StdoutUpload to be run in pipelines. |
StdoutUploadStep.DescriptorImpl |
Descriptor for
StdoutUploadStep |
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.
|
Exception | Description |
---|---|
InvalidAnnotationException |
This exception is intended to be thrown by implementations of the hook
AbstractBucketLifecycleManager.checkBucket(com.google.api.services.storage.model.Bucket) when a bucket is not properly annotated. |
UploadException |
The class of exceptions that occur during actions of
AbstractUpload s |
Copyright © 2016–2019. All rights reserved.