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 ofFilePath
s to upload toAbstractUpload.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Collection<FilePath>
inclusions
FilePath
workspace
-
Constructor Summary
Constructors Constructor Description UploadSpec(FilePath workspace, List<FilePath> inclusions)
-