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 void
AbstractUpload.annotateObject
(com.google.api.services.storage.model.StorageObject object, TaskListener listener) This hook is intended to give implementations the opportunity to further annotate theStorageObject
with metadata before uploading it to cloud storage.protected final AbstractUpload.UploadSpec
AbstractBucketLifecycleManager.getInclusions
(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.protected abstract AbstractUpload.UploadSpec
AbstractUpload.getInclusions
(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.protected AbstractUpload.UploadSpec
ClassicUpload.getInclusions
(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.protected AbstractUpload.UploadSpec
StdoutUpload.getInclusions
(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.protected com.google.api.services.storage.model.Bucket
AbstractBucketLifecycleManager.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.Bucket
AbstractUpload.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 void
AbstractUpload.perform
(String credentialsId, AbstractBuild<?, ?> build, TaskListener listener) This method allows the old signature for compatibility reasons.final void
AbstractUpload.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 String
StorageUtil.getRelative
(FilePath include, FilePath workspace) Compute the relative path of the given file inclusion, relative to the given workspace.