public class HttpTestQuality extends Object
| Constructor and Description |
|---|
HttpTestQuality() |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(String url,
String username,
String password) |
void |
getList(String type,
String keyPrefix,
hudson.util.ListBoxModel items,
String selectedId,
String projectId) |
boolean |
isConnected() |
TestResult |
uploadFiles(List<File> files,
String planId,
String milestoneId) |
public boolean isConnected()
public void connect(String url, String username, String password) throws IOException, org.json.JSONException, HttpException
IOExceptionorg.json.JSONExceptionHttpExceptionpublic void getList(String type, String keyPrefix, hudson.util.ListBoxModel items, String selectedId, String projectId) throws IOException, org.json.JSONException, HttpException
IOExceptionorg.json.JSONExceptionHttpExceptionpublic TestResult uploadFiles(List<File> files, String planId, String milestoneId) throws IOException, HttpException
IOExceptionHttpExceptionCopyright © 2016–2018. All rights reserved.