public class BlazeMeterAPIClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log.Logger |
log |
protected User |
user |
| Constructor and Description |
|---|
BlazeMeterAPIClient(HttpUtils httpUtils,
StatusNotifierCallback notifier,
BlazeMeterReport report) |
| Modifier and Type | Method and Description |
|---|---|
void |
endOnline() |
protected Project |
findProject(List<Workspace> workspaces) |
protected Test |
findTest(Project project) |
protected List<Workspace> |
findWorkspaces(List<Account> accounts) |
BlazeMeterReport |
getReport() |
void |
prepare() |
protected void |
prepareClient(User user) |
void |
sendOnlineData(net.sf.json.JSONObject data) |
String |
startOnline() |
protected static final org.apache.log.Logger log
protected User user
public BlazeMeterAPIClient(HttpUtils httpUtils, StatusNotifierCallback notifier, BlazeMeterReport report)
public String startOnline() throws IOException
IOExceptionpublic void sendOnlineData(net.sf.json.JSONObject data)
throws IOException
IOExceptionpublic void endOnline()
throws IOException
IOExceptionpublic void prepare()
protected void prepareClient(User user) throws IOException
IOExceptionprotected Test findTest(Project project) throws IOException
IOExceptionprotected Project findProject(List<Workspace> workspaces) throws IOException
IOExceptionprotected List<Workspace> findWorkspaces(List<Account> accounts) throws IOException
IOExceptionpublic BlazeMeterReport getReport()
Copyright © 2017. All rights reserved.