Uses of Class
com.google.jenkins.plugins.storage.AbstractUpload
Packages that use AbstractUpload
-
Uses of AbstractUpload in com.google.jenkins.plugins.storage
Subclasses of AbstractUpload in com.google.jenkins.plugins.storageModifier and TypeClassDescriptionclass
This extension point may be implemented to surface the object lifecycle options available on cloud storage buckets.class
This upload extension implements the classical upload pattern where a user provides an Ant-style glob, e.g.class
A simple implementation of the bucket lifecycle extension point that surfaces object expiration (aka TTL).class
This upload extension allow the user to upload the build log for the Jenkins build to a given bucket, with a specified file name.Methods in com.google.jenkins.plugins.storage that return AbstractUploadModifier and TypeMethodDescriptionAbstractUploadDescriptor.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Methods in com.google.jenkins.plugins.storage that return types with arguments of type AbstractUploadModifier and TypeMethodDescriptionAbstractUpload.all()
Gives all registeredAbstractUpload
s.GoogleCloudStorageUploader.DescriptorImpl.getDefaultUploads()
GoogleCloudStorageUploader.getUploads()
Constructor parameters in com.google.jenkins.plugins.storage with type arguments of type AbstractUploadModifierConstructorDescriptionprotected
AbstractUploadDescriptor
(Class<? extends AbstractUpload> clazz) Create the descriptor of the Upload from it's type ofAbstractUpload
.protected
AbstractUploadDescriptor
(Class<? extends AbstractUpload> clazz, UploadModule module) Create the descriptor of the Upload from it's type on associated module for instantiating dependencies.GoogleCloudStorageUploader
(String credentialsId, List<AbstractUpload> uploads) Construct the GCS uploader to use the provided credentials to upload build artifacts.