Modifier and Type | Optional Element and Description |
---|---|
String[] |
endMarkers
End markers per log file.
|
String[] |
errorMarkers
Lines containing at least one of these markers are considered an error.
|
String[] |
fileNames
The log file names to parse for errors.
|
String[] |
knownIssues
List of known and accepted errors.
|
String |
quickstartFolderProperty
System property containing the full path of the quickstart folders.
|
boolean |
readLogFileFromTestResources
Whether to read the log files from the test resources or not.
|
boolean |
stopAtError
Whether to stop scanning the log files once an error is detected.
|
public abstract String[] fileNames
public abstract String[] knownIssues
public abstract String[] endMarkers
public abstract String[] errorMarkers
public abstract boolean stopAtError
public abstract String quickstartFolderProperty
Copyright © 2018. All rights reserved.