public class ParseResultCallable extends jenkins.MasterToSlaveFileCallable<List<String>>
| Constructor and Description |
|---|
ParseResultCallable(String testResults,
long buildTime,
long nowMaster) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
invoke(File ws,
hudson.remoting.VirtualChannel channel) |
List<String> |
parse(long buildTime,
File baseDir,
String[] reportFiles,
FileManager fm) |
public ParseResultCallable(String testResults, long buildTime, long nowMaster)
public List<String> invoke(File ws, hudson.remoting.VirtualChannel channel) throws IOException
IOExceptionpublic List<String> parse(long buildTime, File baseDir, String[] reportFiles, FileManager fm) throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.