Package org.jenkinsci.plugins.p4.trigger
Class P4Trigger
- java.lang.Object
-
- hudson.triggers.Trigger<Job<?,?>>
-
- org.jenkinsci.plugins.p4.trigger.P4Trigger
-
- All Implemented Interfaces:
ExtensionPoint,Describable<Trigger<?>>
public class P4Trigger extends Trigger<Job<?,?>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classP4Trigger.DescriptorImplclassP4Trigger.P4TriggerActionPerforce Trigger Log Action-
Nested classes/interfaces inherited from class hudson.triggers.Trigger
Trigger.Cron
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description P4Trigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetLogFile(Job<?,?> job)Collection<? extends Action>getProjectActions()voidpoke(Job<?,?> job, String port)-
Methods inherited from class hudson.triggers.Trigger
all, checkTriggers, for_, getDescriptor, getProjectAction, getSpec, readResolve, run, start, stop, toString
-
-
-
-
Method Detail
-
poke
public void poke(Job<?,?> job, String port) throws IOException
- Throws:
IOException
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Overrides:
getProjectActionsin classTrigger<Job<?,?>>
-
-