|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.triggers.SCMTrigger.Runner
public class SCMTrigger.Runner
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 |
---|
public SCMTrigger.Runner()
public SCMTrigger.Runner(Action[] actions)
Method Detail |
---|
public File getLogFile()
public SCMedItem getTarget()
Item
are we polling?
public long getStartTime()
public String getDuration()
public void run()
run
in interface Runnable
public boolean equals(Object that)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |