Uses of Class
com.google.jenkins.plugins.storage.UploadException
Packages that use UploadException
-
Uses of UploadException in com.google.jenkins.plugins.storage
Methods in com.google.jenkins.plugins.storage that throw UploadExceptionModifier and TypeMethodDescriptionprotected voidAbstractUpload.annotateObject(com.google.api.services.storage.model.StorageObject object, TaskListener listener) This hook is intended to give implementations the opportunity to further annotate theStorageObjectwith metadata before uploading it to cloud storage.protected final AbstractUpload.UploadSpecAbstractBucketLifecycleManager.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.protected abstract AbstractUpload.UploadSpecAbstractUpload.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.protected AbstractUpload.UploadSpecClassicUpload.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.protected AbstractUpload.UploadSpecStdoutUpload.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.protected com.google.api.services.storage.model.BucketAbstractBucketLifecycleManager.getOrCreateBucket(com.google.api.services.storage.Storage service, com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials credentials, com.google.jenkins.plugins.util.Executor executor, String bucketName) This overrides the core implementation to provide additional hooks for decorating storage objects with lifecycle annotations.protected com.google.api.services.storage.model.BucketAbstractUpload.getOrCreateBucket(com.google.api.services.storage.Storage service, com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials credentials, com.google.jenkins.plugins.util.Executor executor, String bucketName) Fetches or creates an instance of the bucket with the given name with the specified storage service.final voidAbstractUpload.perform(String credentialsId, AbstractBuild<?, ?> build, TaskListener listener) This method allows the old signature for compatibility reasons.final voidAbstractUpload.perform(String credentialsId, Run<?, ?> run, FilePath workspace, TaskListener listener) The main action entry point of this extension. -
Uses of UploadException in com.google.jenkins.plugins.storage.util
Methods in com.google.jenkins.plugins.storage.util that throw UploadExceptionModifier and TypeMethodDescriptionstatic StringStorageUtil.getRelative(FilePath include, FilePath workspace) Compute the relative path of the given file inclusion, relative to the given workspace.