Interface LogEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
BuildOutputLogEntry, CommandLogEntry, ErrorLogEntry, SimpleLogEntry

public interface LogEntry extends Serializable
  • Method Details

    • getLog

      String getLog()
    • getFormattedDate

      String getFormattedDate()
    • getUsFormattedDate

      String getUsFormattedDate()
    • getCssStyle

      @Nullable @Nullable String getCssStyle()
    • getUnstyledLog

      String getUnstyledLog()
    • getDate

      Date getDate()
    • logTo

      void logTo(BuildLogger buildLogger)
    • cloneAndMutate

      LogEntry cloneAndMutate(String newUnstyledLog)
      Return new instance of LogEntry with log string replaced.
      Parameters:
      newUnstyledLog -
      Returns: