-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Artem Fedorov edited this page Oct 9, 2018
·
34 revisions
BlazeMeter API client provide you capabilities for working with BlazeMeter API from your Java application.
Just add the following dependency to your pom.xml file:
<dependency>
<groupId>com.blazemeter</groupId>
<artifactId>blazemeter-api-client</artifactId>
<version>1.14</version>
</dependency>
For easier development we wrapped a lot of additional options in one simple class: BlazeMeterUtils.java. See short instructions how you can use it.
If you use proxy server see instructions how to set up proxy.
Now a short list of features of this library:
-
- Get list of user Accounts;
-
- Create Workspace;
- Get list of Workspaces;
-
- Get Workspace;
- Create Project;
- Get list of Projects;
- Get list of Single Tests;
- Get list of Multi Tests;
-
- Create Single Test;
- Get list of Single Tests;
- Get list of Multi Tests;
-
- Start;
- Start with properties;
- Get Single test;
-
- Start;
- Get Multi test;
-
- Detect Test;
-
- Post properties;
- Download JTL report;
-
- Get public report link;
- Download JUnit report;
- Get list of Sessions;
- Stop;
- Terminate;
- Get Master status;
- Get summary report;
- Get functional report;
- Post notes;
- Post properties;
- Get CI status;