Class PitPublisher.ParseReportCallable
java.lang.Object
org.jenkinsci.plugins.pitmutation.PitPublisher.ParseReportCallable
- All Implemented Interfaces:
hudson.FilePath.FileCallable<hudson.FilePath[]>,Serializable,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- PitPublisher
public static class PitPublisher.ParseReportCallable extends Object implements hudson.FilePath.FileCallable<hudson.FilePath[]>
The type Parse report callable.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ParseReportCallable(String reportFilePath)Instantiates a new Parse report callable. -
Method Summary
Modifier and Type Method Description voidcheckRoles(org.jenkinsci.remoting.RoleChecker roleChecker)hudson.FilePath[]invoke(File f, hudson.remoting.VirtualChannel channel)
-
Constructor Details
-
ParseReportCallable
Instantiates a new Parse report callable.- Parameters:
reportFilePath- the report file path
-
-
Method Details
-
invoke
public hudson.FilePath[] invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException- Specified by:
invokein interfacehudson.FilePath.FileCallable<hudson.FilePath[]>- Throws:
IOExceptionInterruptedException
-
checkRoles
- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-