Package | Description |
---|---|
org.jenkinsci.plugins.xunit.service |
Modifier and Type | Method and Description |
---|---|
void |
XUnitReportProcessorService.checkIfFindsFilesNewFiles(XUnitToolInfo xUnitToolInfo,
List<String> files,
File workspace)
Checks if all the finds files are new file
|
File |
XUnitConversionService.convert(XUnitToolInfo xUnitToolInfo,
File inputFile,
File workspace,
File junitOutputDirectory)
Converts the inputFile into a JUnit output file
|
List<String> |
XUnitReportProcessorService.findReports(XUnitToolInfo xUnitToolInfo,
File parentPath,
String pattern)
Gets all reports from the given parent path and the pattern.
|
boolean |
XUnitReportProcessorService.isStopProcessingIfError(XUnitToolInfo xUnitToolInfo)
Check if we stop the processing for an error
|
boolean |
XUnitValidationService.validateInputFile(XUnitToolInfo xUnitToolInfo,
File inputFile)
Validates an input file
|
boolean |
XUnitValidationService.validateOutputFile(XUnitToolInfo xUnitToolInfo,
File inputFile,
File junitTargetFile)
Validates the converted file against a JUnit format
|
Copyright © 2004-2014. All Rights Reserved.