Uses of Class
com.google.jenkins.plugins.storage.UploadModule
Packages that use UploadModule
-
Uses of UploadModule in com.google.jenkins.plugins.storage
Methods in com.google.jenkins.plugins.storage that return UploadModuleModifier and TypeMethodDescriptionprotected UploadModule
AbstractUpload.getModule()
AbstractUploadDescriptor.getModule()
DownloadStep.DescriptorImpl.getModule()
protected UploadModule
DownloadStep.getModule()
Constructors in com.google.jenkins.plugins.storage with parameters of type UploadModuleModifierConstructorDescriptionAbstractBucketLifecycleManager
(String bucket, UploadModule module) Constructs the base bucket OLM plugin from the bucket name and module.AbstractUpload
(String bucket, UploadModule module) Construct the base upload from a handful of universal properties.protected
AbstractUploadDescriptor
(Class<? extends AbstractUpload> clazz, UploadModule module) Create the descriptor of the Upload from it's type on associated module for instantiating dependencies.ClassicUpload
(String bucket, UploadModule module, String pattern, String bucketNameWithVars, String sourceGlobWithVars) Construct the classic upload implementation from the base properties and the glob for matching files.ClassicUploadStep
(String credentialsId, String bucket, UploadModule module, String pattern) Construct the classic upload step.DownloadStep
(String credentialsId, String bucketUri, String localDirectory, UploadModule module) Constructor for DownloadStep.ExpiringBucketLifecycleManager
(String bucket, UploadModule module, Integer ttl, String bucketNameWithVars, Integer bucketObjectTTL) Construct the simple lifecycle manager from a TLL and the common properties.StdoutUpload
(String bucket, UploadModule module, String logName, String bucketNameWithVars) Construct the Upload with the stock properties, and the additional information about how to name the build log file.Constructor parameters in com.google.jenkins.plugins.storage with type arguments of type UploadModuleModifierConstructorDescriptionExpiringBucketLifecycleManagerStep
(String credentialsId, String bucket, Optional<UploadModule> module, Integer ttl) Construct the ExpiringBucketLifecycleManager uploader to use the provided credentials to set number of days after which to delete data stored in the specified GCS bucket.StdoutUploadStep
(String credentialsId, String bucket, Optional<UploadModule> module, String logName) Construct the StdoutUpload uploader to use the provided credentials to upload build artifacts.