public class BlazeMeterClient extends Object
| Constructor and Description |
|---|
BlazeMeterClient(String apiUrl,
String authToken) |
| Modifier and Type | Method and Description |
|---|---|
Test |
createTest(TestConfig testConfig,
Project project) |
Project |
findDefaultProject(String baseUrl) |
Project |
findProjectById(Long projectId,
String baseUrl) |
Optional<Test> |
findTestByName(String testName,
Project project) |
List<TestRunRequestStats> |
findTestRunRequestStats(TestRun testRun) |
TestRunStatus |
findTestRunStatus(TestRun testRun) |
TestRunSummaryStats |
findTestRunSummaryStats(TestRun testRun) |
TestRun |
startTest(Test test) |
void |
updateTest(Test test,
TestConfig testConfig) |
void |
uploadTestFile(Test test,
File jmxFile) |
public Project findDefaultProject(String baseUrl) throws IOException
IOExceptionpublic Project findProjectById(Long projectId, String baseUrl) throws IOException
IOExceptionpublic Optional<Test> findTestByName(String testName, Project project) throws IOException
IOExceptionpublic Test createTest(TestConfig testConfig, Project project) throws IOException
IOExceptionpublic void updateTest(Test test, TestConfig testConfig) throws IOException
IOExceptionpublic void uploadTestFile(Test test, File jmxFile) throws IOException
IOExceptionpublic TestRun startTest(Test test) throws IOException
IOExceptionpublic TestRunStatus findTestRunStatus(TestRun testRun) throws IOException
IOExceptionpublic TestRunSummaryStats findTestRunSummaryStats(TestRun testRun) throws IOException
IOExceptionpublic List<TestRunRequestStats> findTestRunRequestStats(TestRun testRun) throws IOException
IOExceptionCopyright © 2020. All rights reserved.