public static class PitPublisher.ParseReportCallable extends Object implements hudson.FilePath.FileCallable<hudson.FilePath[]>
| Constructor and Description |
|---|
ParseReportCallable(String reportFilePath)
Instantiates a new Parse report callable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker roleChecker) |
hudson.FilePath[] |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
public ParseReportCallable(String reportFilePath)
reportFilePath - the report file pathpublic hudson.FilePath[] invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke in interface hudson.FilePath.FileCallable<hudson.FilePath[]>IOExceptionInterruptedExceptionpublic void checkRoles(org.jenkinsci.remoting.RoleChecker roleChecker)
throws SecurityException
checkRoles in interface org.jenkinsci.remoting.RoleSensitiveSecurityExceptionCopyright © 2016–2017. All rights reserved.