|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thalesgroup.hudson.plugins.tusarnotifier.service.TusarNotifierReportProcessingService
public class TusarNotifierReportProcessingService
| Constructor Summary | |
|---|---|
TusarNotifierReportProcessingService()
|
|
| Method Summary | |
|---|---|
boolean |
checkIfFindsFilesNewFiles(TusarToolInfo tusarToolInfo,
java.util.List<java.lang.String> files,
java.io.File workspace)
Checks if all the finds files are new file |
java.util.List<java.lang.String> |
findReports(TusarToolInfo tusarToolInfo,
java.io.File parentPath,
java.lang.String pattern)
Gets all reports from the given parent path and the pattern. |
java.io.File |
getCurrentReport(java.io.File root,
java.lang.String name)
Gets a file from a root file and a name |
boolean |
isEmptyPattern(java.lang.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 TusarNotifierReportProcessingService()
| Method Detail |
|---|
public boolean isEmptyPattern(java.lang.String pattern)
pattern - the given pattern of the current test tool
public java.util.List<java.lang.String> findReports(TusarToolInfo tusarToolInfo,
java.io.File parentPath,
java.lang.String pattern)
tusarToolInfo - the tusar Tool tool wrapperparentPath - parentpattern - pattern to search files
public boolean checkIfFindsFilesNewFiles(TusarToolInfo tusarToolInfo,
java.util.List<java.lang.String> files,
java.io.File workspace)
tusarToolInfo - the wrapped objectfiles - the file listworkspace - the root location of the file list
public java.io.File getCurrentReport(java.io.File root,
java.lang.String name)
root - the root pathname - the filename
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||