Class JenkinsLogWatcher

java.lang.Object
org.jenkinsci.test.acceptance.controller.JenkinsLogWatcher
All Implemented Interfaces:
Closeable, AutoCloseable, LogListenable

public class JenkinsLogWatcher extends Object implements LogListenable, Closeable
LogWatcher for monitoring output from Jenkins
Author:
Kohsuke Kawaguchi
  • Field Details

    • ready

      public final Future<Matcher> ready
      Signals when Jenkins is ready for action.
    • portConflict

      public final Future<?> portConflict
      Signals when there's a port conflict, which is a common error.
    • logFile

      public final File logFile
    • reader

      protected final Thread reader
      Thread that reads log output from Jenkins.
  • Constructor Details

  • Method Details