Class RunOverviewReportCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<S,InterruptedException>
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
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:
-
Constructor Summary
Constructors -
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
-
RunOverviewReportCallable
-
-
Method Details
-
call
- Throws:
InterruptedException
-