Package com.simplifyqa.Services
Class ExecutionServices
java.lang.Object
com.simplifyqa.Services.ExecutionServices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic HttpResponse<String>getResponse(String url, String method, String payload) static StringbooleankillExec()voidvoidsetExecObj(ExecutionImpl exec_obj) boolean
-
Constructor Details
-
ExecutionServices
public ExecutionServices()
-
-
Method Details
-
getTimestamp
-
getBanner
- Throws:
IOException
-
getExecObj
-
setExecObj
-
getResponse
public static HttpResponse<String> getResponse(String url, String method, String payload) throws URISyntaxException - Throws:
URISyntaxException
-
printLog
-
startExec
public boolean startExec() -
checkExecStatus
-
killExec
public boolean killExec()
-