Uses of Package
com.google.jenkins.plugins.storage
Packages that use com.google.jenkins.plugins.storage
-
Classes in com.google.jenkins.plugins.storage used by com.google.jenkins.plugins.storageClassDescriptionThis extension point may be implemented to surface the object lifecycle options available on cloud storage buckets.The descriptor for our new
AbstractBucketLifecycleManager
extension point.This new extension point is used for surfacing different kinds of Google Cloud Storage (GCS) uploads.This tuple is used to return the modified workspace and collection ofFilePath
s to upload toAbstractUpload.perform(java.lang.String, hudson.model.AbstractBuild<?, ?>, hudson.model.TaskListener)
.Descriptor from which Upload extensions must derive their descriptor.This upload extension implements the classical upload pattern where a user provides an Ant-style glob, e.g.Descriptor for the DownloadStepA simple implementation of the bucket lifecycle extension point that surfaces object expiration (aka TTL).Descriptor for the extension for uploading build artifacts to Google Cloud Storage.This exception is intended to be thrown by implementations of the hookAbstractBucketLifecycleManager.checkBucket(com.google.api.services.storage.model.Bucket)
when a bucket is not properly annotated.This upload extension allow the user to upload the build log for the Jenkins build to a given bucket, with a specified file name.The required OAuth2 scopes for managing Google Cloud Storage buckets and objects.The class of exceptions that occur during actions ofAbstractUpload
sThis module abstracts how the Upload implementations instantiate their connection to the Storage service. -
Classes in com.google.jenkins.plugins.storage used by com.google.jenkins.plugins.storage.util