Class 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: