hudson.plugins.blazemeter.api
Class BlazemeterApi.BmUrlManager

java.lang.Object
  extended by hudson.plugins.blazemeter.api.BlazemeterApi.BmUrlManager
Enclosing class:
BlazemeterApi

public static class BlazemeterApi.BmUrlManager
extends Object


Constructor Summary
BlazemeterApi.BmUrlManager(String blazeMeterUrl)
           
 
Method Summary
 String fileUpload(String appKey, String userKey, String testId, String fileName)
           
 String getServerUrl()
           
 String scriptUpload(String appKey, String userKey, String testId, String fileName)
           
 String testAggregateReport(String appKey, String userKey, String reportId)
           
 String testStart(String appKey, String userKey, String testId)
           
 String testStatus(String appKey, String userKey, String testId)
           
 String testStop(String appKey, String userKey, String testId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlazemeterApi.BmUrlManager

public BlazemeterApi.BmUrlManager(String blazeMeterUrl)
Method Detail

getServerUrl

public String getServerUrl()

testStatus

public String testStatus(String appKey,
                         String userKey,
                         String testId)

scriptUpload

public String scriptUpload(String appKey,
                           String userKey,
                           String testId,
                           String fileName)

fileUpload

public String fileUpload(String appKey,
                         String userKey,
                         String testId,
                         String fileName)

testStart

public String testStart(String appKey,
                        String userKey,
                        String testId)

testStop

public String testStop(String appKey,
                       String userKey,
                       String testId)

testAggregateReport

public String testAggregateReport(String appKey,
                                  String userKey,
                                  String reportId)


Copyright © July 2012-2013 BlazeMeterInc. All Rights Reserved.