io.loader.jenkins.api
Class LoaderAPI

java.lang.Object
  extended by io.loader.jenkins.api.LoaderAPI

public class LoaderAPI
extends Object


Constructor Summary
LoaderAPI(String apiKey)
           
 
Method Summary
 net.sf.json.JSONArray getApps()
           
 TestData getTest(String testId)
           
 Map<String,String> getTestList()
           
 net.sf.json.JSONArray getTests()
           
 SummaryData getTestSummaryData(String testId, String summaryId)
           
protected  boolean isEmptyString(String string)
           
 boolean isValidApiKey()
           
protected  String prepareTestTitle(net.sf.json.JSONObject test)
           
 String runTest(String testId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderAPI

public LoaderAPI(String apiKey)
Method Detail

getTestList

public Map<String,String> getTestList()

prepareTestTitle

protected String prepareTestTitle(net.sf.json.JSONObject test)

isEmptyString

protected boolean isEmptyString(String string)

getApps

public net.sf.json.JSONArray getApps()

getTests

public net.sf.json.JSONArray getTests()

getTest

public TestData getTest(String testId)

runTest

public String runTest(String testId)

getTestSummaryData

public SummaryData getTestSummaryData(String testId,
                                      String summaryId)

isValidApiKey

public boolean isValidApiKey()


Copyright © 2004-2013 SendGrid Labs. All Rights Reserved.