Class SCMTrigger.Runner

java.lang.Object
hudson.triggers.SCMTrigger.Runner
All Implemented Interfaces:
Runnable
Enclosing class:
SCMTrigger

public class SCMTrigger.Runner extends Object implements Runnable
Runnable that actually performs polling.
  • Constructor Details

    • Runner

      public Runner()
    • Runner

      public Runner(Action[] actions)
  • Method Details

    • getLogFile

      public File getLogFile()
      Where the log file is written.
    • getTarget

      public SCMTriggerItem getTarget()
      For which Item are we polling?
      Since:
      1.568
    • getStartTime

      public long getStartTime()
      When was this polling started?
    • getDuration

      public String getDuration()
      Human readable string of when this polling is started.
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object