|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.triggers.Trigger<hudson.model.BuildableItem>
org.jenkinsci.lib.xtrigger.AbstractTrigger
public abstract class AbstractTrigger
| Nested Class Summary | |
|---|---|
protected class |
AbstractTrigger.Runner
Asynchronous task |
| Nested classes/interfaces inherited from class hudson.triggers.Trigger |
|---|
hudson.triggers.Trigger.Cron |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.triggers.Trigger |
|---|
job, spec, tabs, timer |
| Constructor Summary | |
|---|---|
AbstractTrigger(String cronTabSpec)
Builds a trigger object Calls an implementation trigger |
|
| Method Summary | |
|---|---|
protected abstract boolean |
checkIfModified(XTriggerLog log)
Checks if the new folder content has been modified The date time and the content file are used. |
abstract String |
getCause()
Gets the trigger cause |
protected abstract File |
getLogFile()
Gets the triggering log file |
| Methods inherited from class hudson.triggers.Trigger |
|---|
all, checkTriggers, for_, getDescriptor, getProjectAction, getProjectActions, getSpec, init, readResolve, run, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTrigger(String cronTabSpec)
throws antlr.ANTLRException
cronTabSpec - the scheduler value
antlr.ANTLRException| Method Detail |
|---|
protected abstract File getLogFile()
protected abstract boolean checkIfModified(XTriggerLog log)
throws XTriggerException
XTriggerExceptionpublic abstract String getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||