Interface BuildLogger

    • Method Detail

      • getLastNLogEntries

        @NotNull
        @NotNull List<LogEntry> getLastNLogEntries​(int n)
        Provide the latest build details (last n lines of logs). This is not persisted.
        Returns:
        The list of LogEntrys.
      • getLogEntryCount

        int getLogEntryCount()
        Total number of log entries.
        Since:
        7.0