Class IssueCommentTrigger
- java.lang.Object
-
- hudson.triggers.Trigger<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
- org.jenkinsci.plugins.pipeline.github.trigger.IssueCommentTrigger
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Trigger<?>>
public class IssueCommentTrigger extends Trigger<org.jenkinsci.plugins.workflow.job.WorkflowJob>
An IssueCommentTrigger, to be used from pipeline scripts only. This trigger will not show up on a jobs configuration page.- Author:
- Aaron Whiteside
- See Also:
PipelineTriggersJobProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IssueCommentTrigger.DescriptorImpl
-
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 IssueCommentTrigger(String commentPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommentPattern()
void
start(org.jenkinsci.plugins.workflow.job.WorkflowJob project, boolean newInstance)
void
stop()
-
Methods inherited from class hudson.triggers.Trigger
all, checkTriggers, for_, getDescriptor, getProjectAction, getProjectActions, getSpec, readResolve, run
-
-
-
-
Constructor Detail
-
IssueCommentTrigger
@DataBoundConstructor public IssueCommentTrigger(@Nonnull String commentPattern)
-
-
Method Detail
-
start
public void start(org.jenkinsci.plugins.workflow.job.WorkflowJob project, boolean newInstance)
-
stop
public void stop()
-
getCommentPattern
public String getCommentPattern()
-
-