protected static class AbstractUpload.UploadSpec extends Object implements Serializable
FilePath
s to upload to AbstractUpload.perform(com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials, 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.Modifier and Type | Field and Description |
---|---|
Collection<hudson.FilePath> |
inclusions |
hudson.FilePath |
workspace |
Constructor and Description |
---|
AbstractUpload.UploadSpec(hudson.FilePath workspace,
List<hudson.FilePath> inclusions) |
public final hudson.FilePath workspace
public final Collection<hudson.FilePath> inclusions
public AbstractUpload.UploadSpec(hudson.FilePath workspace, List<hudson.FilePath> inclusions)
Copyright © 2004-2014. All Rights Reserved.