public class FileUploadCallable extends Object implements hudson.FilePath.FileCallable<net.sf.json.JSONObject>, LoggingOutputStream.Listener
| Constructor and Description |
|---|
FileUploadCallable(String url) |
FileUploadCallable(String url,
hudson.model.BuildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
invoke(File file,
hudson.remoting.VirtualChannel channel) |
void |
logPercentComplete(int percent) |
public FileUploadCallable(String url)
public FileUploadCallable(String url, hudson.model.BuildListener listener)
public net.sf.json.JSONObject invoke(File file, hudson.remoting.VirtualChannel channel)
invoke in interface hudson.FilePath.FileCallable<net.sf.json.JSONObject>public void logPercentComplete(int percent)
logPercentComplete in interface LoggingOutputStream.ListenerCopyright © 2004-2015. All Rights Reserved.