org.jenkinsci.plugins.fstrigger.triggers
Class FolderContentTrigger
java.lang.Object
hudson.triggers.Trigger<hudson.model.BuildableItem>
org.jenkinsci.plugins.fstrigger.triggers.FolderContentTrigger
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.triggers.Trigger<?>>
public class FolderContentTrigger
- extends hudson.triggers.Trigger<hudson.model.BuildableItem>
- Author:
- Gregory Boissinot
| Nested classes/interfaces inherited from class hudson.triggers.Trigger |
hudson.triggers.Trigger.Cron |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.triggers.Trigger |
job, spec, tabs, timer |
| Methods inherited from class hudson.triggers.Trigger |
all, checkTriggers, for_, getDescriptor, getProjectAction, getProjectActions, getSpec, init, readResolve, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderContentTrigger
@DataBoundConstructor
public FolderContentTrigger(String cronTabSpec,
String path,
String includes,
String excludes)
throws antlr.ANTLRException
- Throws:
antlr.ANTLRException
getPath
public String getPath()
getIncludes
public String getIncludes()
getExcludes
public String getExcludes()
start
public void start(hudson.model.BuildableItem project,
boolean newInstance)
- Overrides:
start in class hudson.triggers.Trigger<hudson.model.BuildableItem>
run
public void run()
- Overrides:
run in class hudson.triggers.Trigger<hudson.model.BuildableItem>
Copyright © 2004-2011. All Rights Reserved.