public interface BlazemeterApi
| Modifier and Type | Method and Description |
|---|---|
boolean |
active(String testId) |
org.json.JSONObject |
generatePublicToken(String sessionId) |
String |
getApiKey() |
String |
getBlazeMeterURL() |
BzmHttpWrapper |
getBzmHttpWr() |
org.json.JSONObject |
getCIStatus(String sessionId) |
List<String> |
getListOfSessionIds(String masterId) |
org.eclipse.jetty.util.log.StdErrLog |
getLogger() |
org.json.JSONObject |
getTestConfig(String testId) |
int |
getTestCount() |
int |
getTestMasterStatusCode(String id) |
org.json.JSONObject |
getTestsJSON() |
com.google.common.collect.LinkedHashMultimap<String,String> |
getTestsMultiMap() |
TestStatus |
getTestStatus(String id) |
BmUrlManager |
getUrlManager() |
org.json.JSONObject |
getUser() |
boolean |
notes(String note,
String masterId) |
boolean |
ping() |
boolean |
properties(org.json.JSONArray properties,
String sessionId) |
org.json.JSONObject |
retrieveJtlZip(String sessionId) |
String |
retrieveJUNITXML(String sessionId) |
void |
setBzmHttpWr(BzmHttpWrapper bzmhc) |
void |
setLogger(org.eclipse.jetty.util.log.StdErrLog logger) |
String |
startTest(String testId,
TestType testType) |
org.json.JSONObject |
stopTest(String testId) |
void |
terminateTest(String testId) |
org.json.JSONObject |
testReport(String reportId) |
static final String APP_KEY
TestStatus getTestStatus(String id)
int getTestMasterStatusCode(String id)
String startTest(String testId, TestType testType) throws org.json.JSONException
org.json.JSONExceptionint getTestCount()
throws org.json.JSONException,
IOException,
javax.servlet.ServletException
org.json.JSONExceptionIOExceptionjavax.servlet.ServletExceptionorg.json.JSONObject stopTest(String testId)
void terminateTest(String testId)
org.json.JSONObject testReport(String reportId)
com.google.common.collect.LinkedHashMultimap<String,String> getTestsMultiMap() throws IOException, javax.mail.MessagingException
IOExceptionjavax.mail.MessagingExceptionorg.json.JSONObject getTestsJSON()
org.json.JSONObject getUser()
org.json.JSONObject getCIStatus(String sessionId) throws org.json.JSONException
org.json.JSONExceptionorg.json.JSONObject getTestConfig(String testId)
boolean active(String testId)
org.json.JSONObject retrieveJtlZip(String sessionId)
void setBzmHttpWr(BzmHttpWrapper bzmhc)
BzmHttpWrapper getBzmHttpWr()
org.eclipse.jetty.util.log.StdErrLog getLogger()
void setLogger(org.eclipse.jetty.util.log.StdErrLog logger)
org.json.JSONObject generatePublicToken(String sessionId)
String getApiKey()
String getBlazeMeterURL()
BmUrlManager getUrlManager()
Copyright © July 2012-2016 BlazeMeterInc. All Rights Reserved.