Class GetTestCasesCallable
- java.lang.Object
-
- 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
public class GetTestCasesCallable extends TptApiCallable<GetTestCasesCallableResult>
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetTestCasesCallable(TaskListener listener, int tptPort, String tptBindingName, FilePath[] exePaths, List<String> arguments, long startUpWaitTime, FilePath tptFilePath, String executionConfigName, String testSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTestCasesCallableResult
call()
void
checkRoles(org.jenkinsci.remoting.RoleChecker arg0)
-
Methods inherited from class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
getApi, getApiIfTptIsOpen, getLogger
-
-
-
-
Method Detail
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker arg0) throws SecurityException
- Throws:
SecurityException
-
call
public GetTestCasesCallableResult call() throws InterruptedException
- Throws:
InterruptedException
-
-