Package hudson.triggers
Class TimerTrigger
- All Implemented Interfaces:
- ExtensionPoint,- Describable<Trigger<?>>
Trigger that runs a job periodically.- Author:
- Kohsuke Kawaguchi
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class hudson.triggers.TriggerTrigger.CronNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class hudson.triggers.Triggerall, checkTriggers, for_, getDescriptor, getProjectAction, getProjectActions, getSpec, readResolve, start, stop, toString
- 
Constructor Details- 
TimerTrigger
 
- 
- 
Method Details- 
runpublic void run()Description copied from class:TriggerExecutes the triggered task. This method is invoked whenTrigger(String)is used to create an instance, and the crontab matches the current time.Maybe run even before Trigger.start(hudson.model.Item, boolean), prepare for it.- Overrides:
- runin class- Trigger<BuildableItem>
 
 
-