public class JUnitParser extends Object
| Constructor and Description |
|---|
JUnitParser() |
| Modifier and Type | Method and Description |
|---|---|
static JUnitReport |
doParse(hudson.FilePath file) |
static JUnitReport |
findAndParseJUnit(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener) |
static JUnitReport |
parse(File file) |
public static JUnitReport findAndParseJUnit(hudson.model.Run<?,?> run, hudson.model.TaskListener listener) throws IOException
IOExceptionpublic static JUnitReport parse(File file) throws ParseException
ParseExceptionpublic static JUnitReport doParse(hudson.FilePath file) throws ParseException
ParseExceptionCopyright © 2016–2019. All rights reserved.