Class ETLogAnnotation
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.report.log.ETLogAnnotation
- All Implemented Interfaces:
Serializable
Annotates each parsed line in a ecu.test log file.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Defines the severities for a log message. -
Constructor Summary
ConstructorsConstructorDescriptionETLogAnnotation
(int lineNumber, String timestamp, String context, ETLogAnnotation.Severity severity, String message) Instantiates a newETLogAnnotation
. -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
ETLogAnnotation
public ETLogAnnotation(int lineNumber, String timestamp, String context, ETLogAnnotation.Severity severity, String message) Instantiates a newETLogAnnotation
.- Parameters:
lineNumber
- the line numbertimestamp
- the timestampcontext
- the contextseverity
- the severitymessage
- the message
-
-
Method Details
-
getLineNumber
public int getLineNumber() -
getTimestamp
-
getContext
-
getSeverity
-
getMessage
-