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
IOException
public static JUnitReport parse(File file) throws ParseException
ParseException
public static JUnitReport doParse(hudson.FilePath file) throws ParseException
ParseException
Copyright © 2016–2019. All rights reserved.