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(com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials, 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 |
ExpiringBucketLifecycleManager |
A simple implementation of the bucket lifecycle extension point
that surfaces object expiration (aka TTL).
|
ExpiringBucketLifecycleManager.DescriptorImpl |
Denotes this is an
AbstractUpload plugin |
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 |
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–2017. All rights reserved.