Interface BuildLog

    • Method Detail

      • getSizeEstimate

        @NotNull
        java.lang.String getSizeEstimate()
        Returns a human-readable string containing approx. build log size.
        Returns:
        approx. build log size as string
      • getSizeEstimateAsLong

        long getSizeEstimateAsLong()
        Returns an approx. build log size.
        Returns:
        approx. build log size as long
        Since:
        5.0
      • getMainLogFile

        @Deprecated
        @NotNull
        java.io.File getMainLogFile()
        Deprecated.
        since 2021.1 and should not be used anymore
        Primary log file which contains messages of the log. This file MUST NOT be used to read or write messages, but only as a reference on where the log is stored. The build log also may have one or more index files, stored nearby this messages log file.
        Since:
        9.0