Uses of Class
com.thed.model.ExecutionRequest
Packages that use ExecutionRequest
Package
Description
-
Uses of ExecutionRequest in com.thed.model
Methods in com.thed.model that return ExecutionRequestMethods in com.thed.model with parameters of type ExecutionRequestModifier and TypeMethodDescriptionvoid
TestCaseResultModel.setExecutionRequest
(ExecutionRequest executionRequest) -
Uses of ExecutionRequest in com.thed.util
Methods in com.thed.util with parameters of type ExecutionRequestModifier and TypeMethodDescriptionstatic ReleaseTestSchedule
ScriptUtil.setExecutionInRTS
(ReleaseTestSchedule releaseTestSchedule, ExecutionRequest executionRequest) -
Uses of ExecutionRequest in com.thed.zblast.parser.jaxb.junit
Methods in com.thed.zblast.parser.jaxb.junit that return ExecutionRequestMethods in com.thed.zblast.parser.jaxb.junit with parameters of type ExecutionRequestModifier and TypeMethodDescriptionvoid
Testcase.setExecutionRequest
(ExecutionRequest executionRequest) -
Uses of ExecutionRequest in com.thed.zblast.parser.model
Methods in com.thed.zblast.parser.model that return ExecutionRequestModifier and TypeMethodDescriptionTCRTestcase.getExecutionRequest()
TestcaseModel.getExecutionRequest()
Methods in com.thed.zblast.parser.model with parameters of type ExecutionRequestModifier and TypeMethodDescriptionvoid
TCRTestcase.setExecutionRequest
(ExecutionRequest executionRequest) void
TestcaseModel.setExecutionRequest
(ExecutionRequest executionRequest) -
Uses of ExecutionRequest in com.thed.zblast.util
Method parameters in com.thed.zblast.util with type arguments of type ExecutionRequestModifier and TypeMethodDescriptionstatic List<ReleaseTestSchedule>
RestUtil.execute
(List<ExecutionRequest> executionRequestList) static List<ReleaseTestSchedule>
RestUtil.executeAll
(List<ExecutionRequest> executionRequestList)