Uses of Class
com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
-
Packages that use TptApiCallable Package Description com.piketec.jenkins.plugins.tpt.api.callables -
-
Uses of TptApiCallable in com.piketec.jenkins.plugins.tpt.api.callables
Subclasses of TptApiCallable in com.piketec.jenkins.plugins.tpt.api.callables Modifier and Type Class Description class
CleanUpCallable
This code is executed on a Jenkins Agent.class
ExecuteTestsWorkerJobCallable
The Callable executes tpt test cases on a Jenkins Agent via the TPT API.class
GetTestCasesCallable
This Callable returns a list of all testcase for the given parameters.class
RunOverviewReportCallable
This class creates the tpt overview report.
-