public class GrpcService
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.ManagedChannel |
channel |
| Constructor and Description |
|---|
GrpcService() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Capture(Service.TestCaseReq testCaseReq) |
static void |
CaptureTestCases(KeployInstance ki,
java.lang.String reqBody,
java.util.Map<java.lang.String,java.lang.String> params,
Service.HttpResp httpResp) |
static boolean |
check(java.lang.String testrunId,
Service.TestCase tc) |
static void |
denoise(java.lang.String id,
Service.TestCaseReq testCaseReq) |
static java.lang.String |
end(java.lang.String id,
boolean status) |
static java.util.List<Service.TestCase> |
fetch() |
static Service.HttpResp.Builder |
GetResp(java.lang.String id) |
static void |
put(Service.TestCaseReq testCaseReq) |
static Service.HttpResp |
simulate(Service.TestCase testCase) |
static java.lang.String |
start(java.lang.String total) |
static void |
Test() |
public static void CaptureTestCases(KeployInstance ki, java.lang.String reqBody, java.util.Map<java.lang.String,java.lang.String> params, Service.HttpResp httpResp)
public static void Capture(Service.TestCaseReq testCaseReq)
public static void put(Service.TestCaseReq testCaseReq)
public static void denoise(java.lang.String id,
Service.TestCaseReq testCaseReq)
public static Service.HttpResp simulate(Service.TestCase testCase)
public static Service.HttpResp.Builder GetResp(java.lang.String id)
public static void Test()
public static java.lang.String start(java.lang.String total)
public static java.lang.String end(java.lang.String id,
boolean status)
public static java.util.List<Service.TestCase> fetch()
public static boolean check(java.lang.String testrunId,
Service.TestCase tc)