Interface RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor
-
- Enclosing interface:
- RepositoryStoredSpecsLogService
public static interface RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LogEntry>
getLastN(int logLines)
boolean
isDatePresent()
-
-
-
Method Detail
-
getLastN
List<LogEntry> getLastN(int logLines) throws IOException
- Throws:
IOException
-
isDatePresent
boolean isDatePresent() throws IOException
- Returns:
- true if date is present in specs execution log, false otherwise (for pre 6.10 logs)
- Throws:
IOException
-
-