Package hudson.triggers
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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?SCMTriggerItem
getTarget()
For whichItem
are we polling?int
hashCode()
void
run()
-
-
-
Constructor Detail
-
Runner
public Runner()
-
Runner
public Runner(Action[] actions)
-
-
Method Detail
-
getLogFile
public File getLogFile()
Where the log file is written.
-
getTarget
public SCMTriggerItem getTarget()
For whichItem
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.
-
-