|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jenkinsci.plugins.dtkit.service.DTKitReportProcessingService
public class DTKitReportProcessingService
Constructor Summary | |
---|---|
DTKitReportProcessingService()
|
Method Summary | |
---|---|
boolean |
checkIfFindsFilesNewFiles(DTKitBuilderToolInfo DTKitBuilderToolInfo,
List<String> files,
File workspace)
Checks if all the finds files are new file |
List<String> |
findReports(DTKitBuilderToolInfo dTKitBuilderToolInfo,
File parentPath,
String pattern)
Gets all reports from the given parent path and the pattern. |
File |
getCurrentReport(File root,
String name)
Gets a file from a root file and a name |
boolean |
isEmptyPattern(String pattern)
Tests if the pattern is empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTKitReportProcessingService()
Method Detail |
---|
public boolean isEmptyPattern(String pattern)
pattern
- the given pattern of the current test tool
public List<String> findReports(DTKitBuilderToolInfo dTKitBuilderToolInfo, File parentPath, String pattern)
public boolean checkIfFindsFilesNewFiles(DTKitBuilderToolInfo DTKitBuilderToolInfo, List<String> files, File workspace)
DTKitBuilderToolInfo
- the wrapped objectfiles
- the file listworkspace
- the root location of the file list
public File getCurrentReport(File root, String name)
root
- the root pathname
- the filename
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |