Package | Description |
---|---|
com.qasymphony.ci.plugin | |
com.qasymphony.ci.plugin.utils |
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
qTestService.getContainerInfo(String qTestUrl,
Map<String,String> headers,
Long projectID,
String containerType,
Long containerId) |
static net.sf.json.JSONObject |
qTestService.getProjectInfo(String qTestURL,
Map<String,String> headers,
Long projectID) |
static ResponseEntity |
AutomationTestService.getTaskStatus(String qTestURL,
long taskId,
Map<String,String> headers) |
Modifier and Type | Method and Description |
---|---|
static ResponseEntity |
HttpClientUtils.delete(String url,
Map<String,String> headers) |
static ResponseEntity |
HttpClientUtils.delete(String url,
Map<String,String> headers,
org.apache.http.entity.ContentType contentType) |
static ResponseEntity |
HttpClientUtils.execute(org.apache.http.client.methods.HttpUriRequest request)
Execute a request
|
static ResponseEntity |
HttpClientUtils.get(String url,
Map<String,String> headers) |
static ResponseEntity |
HttpClientUtils.post(String url,
Map<String,String> headers,
String data) |
static ResponseEntity |
HttpClientUtils.post(String url,
Map<String,String> headers,
String data,
org.apache.http.entity.ContentType contentType) |
static ResponseEntity |
HttpClientUtils.put(String url,
Map<String,String> headers,
String data) |
static ResponseEntity |
HttpClientUtils.put(String url,
Map<String,String> headers,
String data,
org.apache.http.entity.ContentType contentType) |
Copyright © 2016–2018 QASymphony. All rights reserved.