Class BuildLogTextWriter


  • public class BuildLogTextWriter
    extends Object
    • Method Detail

      • write

        public void write​(@NotNull
                          Writer out,
                          @NotNull
                          SBuild build,
                          @NotNull
                          TimeZone userTimeZone,
                          @Nullable
                          String logDateFormatPattern,
                          @NotNull
                          LogView logView,
                          boolean indent)
        write build log of specified build into specified writer
        Parameters:
        out - output writer
        build - specified build
        userTimeZone - timezone to use for date conversion
        logDateFormatPattern - date format to use during timestamps conversions in log messages
        logView - logView to use duitng log messages retrieval
        indent - if a sigle log message should be indentatied on the left side with
      • replaceTriggeredByPart

        @NotNull
        public static String replaceTriggeredByPart​(@NotNull
                                                    String text,
                                                    @NotNull
                                                    String oldS,
                                                    @NotNull
                                                    String newS)