Class TailLog

    • Constructor Detail

      • TailLog

        public TailLog​(hudson.model.Run<?,​?> b)
        Watch a build already loaded in the current JVM.
      • TailLog

        public TailLog​(JenkinsRule jr,
                       String job,
                       int number)
        Watch a build expected to be loaded in the current JVM. Note: this constructor will not work for a branch project (child of MultiBranchProject).
        Parameters:
        job - a AbstractItem.getFullName()
      • TailLog

        public TailLog​(RealJenkinsRule rjr,
                       String job,
                       int number)
        Watch a build expected to be loaded in a controller JVM. Note: this constructor will not work for a branch project (child of MultiBranchProject).
        Parameters:
        job - a AbstractItem.getFullName()
      • TailLog

        public TailLog​(File buildDirectory,
                       String job,
                       int number)
        Watch a build expected to run at a specific file location.
        Parameters:
        buildDirectory - expected Run.getRootDir()
        job - a AbstractItem.getFullName()