hudson.triggers
Class SCMTrigger.Runner

java.lang.Object
  extended by 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 Summary
SCMTrigger.Runner()
           
SCMTrigger.Runner(Action[] actions)
           
 
Method Summary
 boolean equals(Object that)
           
 String getDuration()
          Human readable string of when this polling is started.
 File getLogFile()
          Where the log file is written.
 long getStartTime()
          When was this polling started?
 SCMedItem getTarget()
          For which Item are we polling?
 int hashCode()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCMTrigger.Runner

public SCMTrigger.Runner()

SCMTrigger.Runner

public SCMTrigger.Runner(Action[] actions)
Method Detail

getLogFile

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


getTarget

public SCMedItem getTarget()
For which Item are we polling?


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


Copyright © 2004-2013. All Rights Reserved.