Class ReportUrlTask

java.lang.Object
java.util.TimerTask
hudson.plugins.blazemeter.utils.report.ReportUrlTask
All Implemented Interfaces:
Runnable

public class ReportUrlTask extends TimerTask
  • Field Details

    • logger

      protected Logger logger
    • jobName

      protected String jobName
    • isDone

      protected boolean isDone
    • reportLinkId

      protected final long reportLinkId
  • Constructor Details

    • ReportUrlTask

      public ReportUrlTask(Run run, String jobName, hudson.remoting.VirtualChannel channel, long reportLinkId)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Specified by:
      run in class TimerTask
    • isDone

      public boolean isDone()