Interface LogListener

    • Method Detail

      • processLine

        @Asynchronous
        void processLine​(String line)
                  throws IOException
        Receives log output from Jenkins process one line at a time, in the order.
        Throws:
        IOException
      • processClose

        @Asynchronous
        void processClose​(Exception t)
        Indicates the EOF.
        Parameters:
        t - if the termination of log source is unexpected, indicate the cause of the problem.