Uses of Class
com.thed.model.TestcaseBatchExecution
Packages that use TestcaseBatchExecution
-
Uses of TestcaseBatchExecution in com.thed.launcher
Fields in com.thed.launcher declared as TestcaseBatchExecutionModifier and TypeFieldDescriptionprotected TestcaseBatchExecution
AbstractZBotScriptLauncher.testcaseBatchExecution
Methods in com.thed.launcher that return TestcaseBatchExecutionModifier and TypeMethodDescriptionAbstractZBotScriptLauncher.getTestcaseBatchExecution()
IZBotScriptLauncher.getTestcaseBatchExecution()
utility method to get TestcaseBatchExecutionMethods in com.thed.launcher with parameters of type TestcaseBatchExecutionModifier and TypeMethodDescriptionvoid
AbstractZBotScriptLauncher.setTestcaseBatchExecution
(TestcaseBatchExecution testcaseBatchExecution) void
IZBotScriptLauncher.setTestcaseBatchExecution
(TestcaseBatchExecution testcaseBatchExecution) utility method to set TestcaseBatchExecution.Constructors in com.thed.launcher with parameters of type TestcaseBatchExecutionModifierConstructorDescriptionScriptProcessor
(Agent agent, TestcaseBatchExecution testcaseBatchExecution, String url, org.apache.commons.configuration.PropertiesConfiguration properties) -
Uses of TestcaseBatchExecution in com.thed.util
Methods in com.thed.util with parameters of type TestcaseBatchExecutionModifier and TypeMethodDescriptionstatic List<ReleaseTestSchedule>
ScriptUtil.processTestCaseExecution
(TestcaseBatchExecution testcaseBatchExecution, String statusId, Agent agent) static void
ScriptUtil.processTestCaseExecution
(TestcaseBatchExecution testcaseBatchExecution, List<ReleaseTestSchedule> releaseTestSchedules, List<TestCaseResultModel> testCaseResultModels, Agent agent) static String
ScriptUtil.sendResponse
(org.apache.commons.httpclient.HttpClient client, String url, String token, String status, TestcaseBatchExecution task) Sends overall batch status along with TestcaseBatchExecution details to server.static void
ScriptUtil.updateParseTestcaseExecutionResult
(TestcaseBatchExecution testcaseBatchExecution, Agent agent) static void
ScriptUtil.updateTestcaseExecutionResult
(TestcaseBatchExecution testcaseBatchExecution, TestcaseExecution tce, int executionStatus, String executionNotes) static void
ScriptUtil.updateTestcaseExecutionResult
(String serverUrl, TestcaseBatchExecution testcaseBatchExecution, TestcaseExecution tce, int executionStatus, String executionNotes) Webservice call to update testcase execution result.