Class AbstractUpload.UploadSpec

java.lang.Object
com.google.jenkins.plugins.storage.AbstractUpload.UploadSpec
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractUpload

protected static class AbstractUpload.UploadSpec extends Object implements Serializable
This tuple is used to return the modified workspace and collection of FilePaths to upload to AbstractUpload.perform(java.lang.String, hudson.model.AbstractBuild<?, ?>, hudson.model.TaskListener).

NOTE: The workspace is simply used to determine the path the object will be stored in relative to the bucket. If it is relative to the workspace, that relative path will be appended to the storage prefix. If it is not, then the absolute path will be appended.

See Also: