Uses of Class
com.thalesgroup.hudson.plugins.xunit.service.XUnitToolInfo

Packages that use XUnitToolInfo
com.thalesgroup.hudson.plugins.xunit.service   
 

Uses of XUnitToolInfo in com.thalesgroup.hudson.plugins.xunit.service
 

Methods in com.thalesgroup.hudson.plugins.xunit.service with parameters of type XUnitToolInfo
 boolean 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-2012. All Rights Reserved.