Package com.qasymphony.ci.plugin
Class qTestService
java.lang.Object
com.qasymphony.ci.plugin.qTestService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.sf.json.JSONObject
getContainerChildren
(String qTestUrl, String apiKey, String secretKey, Long projectId, Long parentId, String parentType) static net.sf.json.JSONObject
getContainerInfo
(String qTestUrl, Map<String, String> headers, Long projectID, String containerType, Long containerId) static net.sf.json.JSONObject
getProjectData
(String qTestUrl, String apiKey, String secretKey, Long projectId, String jenkinsProjectName, String jenkinsServerName) static net.sf.json.JSONObject
static net.sf.json.JSONObject
getQtestInfo
(String qTestUrl)
-
Constructor Details
-
qTestService
public qTestService()
-
-
Method Details
-
getContainerInfo
public static net.sf.json.JSONObject getContainerInfo(String qTestUrl, Map<String, String> headers, Long projectID, String containerType, Long containerId) throws ClientRequestException- Throws:
ClientRequestException
-
getProjectInfo
public static net.sf.json.JSONObject getProjectInfo(String qTestURL, Map<String, String> headers, Long projectID) throws ClientRequestException- Throws:
ClientRequestException
-
getQtestInfo
-
getContainerChildren
-
getProjectData
-