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 class
P4Trigger.DescriptorImpl
class
P4Trigger.P4TriggerAction
Perforce 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 File
getLogFile(Job<?,?> job)
Collection<? extends Action>
getProjectActions()
void
poke(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:
getProjectActions
in classTrigger<Job<?,?>>
-
-