public class ReportBuilder extends Object
Constructor and Description |
---|
ReportBuilder() |
Modifier and Type | Method and Description |
---|---|
static boolean |
makeSummary(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener)
Writes an xml file read by Summary Plugin
|
static boolean |
report(List<FileResult> results,
hudson.model.TaskListener listener,
hudson.FilePath reportsDirectory,
hudson.model.Run<?,?> run) |
public static boolean report(List<FileResult> results, hudson.model.TaskListener listener, hudson.FilePath reportsDirectory, hudson.model.Run<?,?> run)
public static boolean makeSummary(hudson.model.Run<?,?> run, hudson.model.TaskListener listener) throws IOException, InterruptedException
run
- Build run instance for getting the report fileslistener
- for printing to consoleIOException
- File write/access problemsInterruptedException
- Jenkins interruptCopyright © 2016–2023. All rights reserved.