Class InterruptListenerTask

  • All Implemented Interfaces:
    Runnable

    public class InterruptListenerTask
    extends Thread
    • Field Detail

      • logger

        protected Logger logger
      • jobName

        protected String jobName
      • isDone

        protected boolean isDone
    • Constructor Detail

      • InterruptListenerTask

        public InterruptListenerTask​(Run run,
                                     String jobName,
                                     hudson.remoting.VirtualChannel channel)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread