Class AbstractUpload.UploadSpec
java.lang.Object
com.google.jenkins.plugins.storage.AbstractUpload.UploadSpec
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractUpload
This tuple is used to return the modified workspace and collection of
FilePath
s 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
workspace
-
inclusions
-
-
Constructor Details
-
UploadSpec
-