Class RunOverviewReportCallable
- java.lang.Object
-
- com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable<Boolean>
-
- com.piketec.jenkins.plugins.tpt.api.callables.RunOverviewReportCallable
-
- All Implemented Interfaces:
hudson.remoting.Callable<Boolean,InterruptedException>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class RunOverviewReportCallable extends TptApiCallable<Boolean>
This class creates the tpt overview report. The code is executed on the Jenkins Agent and uses the TPT API. NOTE: This is not the report that is shown in Jenkins, but only the local TPT Report. To create a report in Jenkins, use the Report Plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunOverviewReportCallable(TaskListener listener, int tptPort, String tptBindingName, FilePath[] exePaths, List<String> arguments, long startUpWaitTime, FilePath tptFilePath, String executionConfigName, String testSet, FilePath reportPath, FilePath testdataPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
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
-
call
public Boolean call() throws InterruptedException
- Throws:
InterruptedException
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker arg0) throws SecurityException
- Throws:
SecurityException
-
-