| Package | Description |
|---|---|
| com.google.jenkins.plugins.storage |
| Class and 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
FilePaths 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.
|
| 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
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. |
| 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
The class of exceptions that occur during actions of
AbstractUploads |
| UploadModule
This module abstracts how the Upload implementations instantiate
their connection to the Storage service.
|
Copyright © 2004-2014. All Rights Reserved.