Class Utils

java.lang.Object
de.otto.jlineup.Utils

public class Utils extends Object
  • Field Details

  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • readVersion

      public static String readVersion()
    • readCommit

      public static String readCommit()
    • createThreadPool

      public static ExecutorService createThreadPool(int threads, String baseName)
    • setLogLevelToDebug

      public static void setLogLevelToDebug()
    • setDebugLogLevelsOfSelectedThirdPartyLibsToWarn

      public static void setDebugLogLevelsOfSelectedThirdPartyLibsToWarn()
    • logToFile

      public static void logToFile(String workingDir)
    • stopFileLoggers

      public static void stopFileLoggers()
    • shouldUseLegacyReportFormat

      public static boolean shouldUseLegacyReportFormat(JobConfig jobConfig)
    • getVersion

      public static String getVersion()
    • writeInfosForCommonErrors

      public static void writeInfosForCommonErrors(String message)