| Package | Description |
|---|---|
| com.blazemeter.api | |
| com.blazemeter.api.explorer | |
| com.blazemeter.api.http | |
| org.loadosophia.jmeter |
| Constructor and Description |
|---|
BlazeMeterAPIClient(HttpUtils httpUtils,
StatusNotifierCallback notifier,
BlazeMeterReport report) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpUtils |
BZAObject.httpUtils |
| Modifier and Type | Method and Description |
|---|---|
HttpUtils |
BZAObject.getHttpUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Workspace |
Workspace.fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
static Master |
Master.fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
static Test |
Test.fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
static Account |
Account.fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
static Project |
Project.fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
static Session |
Session.fromJSON(HttpUtils httpUtils,
String testId,
String signature,
net.sf.json.JSONObject session) |
void |
BZAObject.setHttpUtils(HttpUtils httpUtils) |
| Constructor and Description |
|---|
Account(HttpUtils httpUtils,
String id,
String name) |
BZAObject(HttpUtils httpUtils,
String id,
String name) |
Master(HttpUtils httpUtils,
String id,
String name) |
Project(HttpUtils httpUtils,
String id,
String name) |
Session(HttpUtils httpUtils,
String id,
String name,
String userId,
String testId,
String signature) |
Test(HttpUtils httpUtils) |
Test(HttpUtils httpUtils,
String id,
String name) |
User(HttpUtils httpUtils) |
Workspace(HttpUtils httpUtils,
String id,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlazeMeterHttpUtils |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadosophiaAPIClient |
Copyright © 2017. All rights reserved.