Class GetTestCasesCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<S,InterruptedException>
com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable<GetTestCasesCallableResult>
com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallable
- All Implemented Interfaces:
hudson.remoting.Callable<GetTestCasesCallableResult,
,InterruptedException> Serializable
,org.jenkinsci.remoting.RoleSensitive
This Callable returns a list of all testcase for the given parameters. The code is run on a
Jenkins Agent and uses the TPT API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetTestCasesCallable
(TaskListener listener, int tptPort, String tptBindingName, FilePath[] exePaths, List<String> arguments, long startUpWaitTime, FilePath tptFilePath, String executionConfigName, String testSet) -
Method Summary
Methods inherited from class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
getApi, getApiIfTptIsOpen, getLogger
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFail
-
Constructor Details
-
GetTestCasesCallable
-
-
Method Details
-
call
- Throws:
InterruptedException
-