public class UploaderV3 extends AbstractUploader
run, UTF_8| Constructor and Description |
|---|
UploaderV3(org.apache.http.client.HttpClient client,
hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
String serverUrl,
String deployKey,
String channelId) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
complete() |
void |
upload(File file,
String filename) |
fillProperties, makeStringpublic UploaderV3(org.apache.http.client.HttpClient client,
hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
String serverUrl,
String deployKey,
String channelId)
throws IOException
IOExceptionpublic void upload(File file, String filename) throws IOException
IOExceptionpublic boolean complete()
public void close()
throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.