Class ETLogAnnotation

java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.report.log.ETLogAnnotation
All Implemented Interfaces:
Serializable

public class ETLogAnnotation extends Object implements Serializable
Annotates each parsed line in a ecu.test log file.
See Also:
  • Constructor Details

    • ETLogAnnotation

      public ETLogAnnotation(int lineNumber, String timestamp, String context, ETLogAnnotation.Severity severity, String message)
      Instantiates a new ETLogAnnotation.
      Parameters:
      lineNumber - the line number
      timestamp - the timestamp
      context - the context
      severity - the severity
      message - the message
  • Method Details

    • getLineNumber

      public int getLineNumber()
    • getTimestamp

      public String getTimestamp()
    • getContext

      public String getContext()
    • getSeverity

      public ETLogAnnotation.Severity getSeverity()
    • getMessage

      public String getMessage()