public class IssueCommentTrigger
extends hudson.triggers.Trigger<org.jenkinsci.plugins.workflow.job.WorkflowJob>
PipelineTriggersJobProperty| Modifier and Type | Class and Description |
|---|---|
static class |
IssueCommentTrigger.DescriptorImpl |
| Constructor and Description |
|---|
IssueCommentTrigger(String commentPattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentPattern() |
void |
start(org.jenkinsci.plugins.workflow.job.WorkflowJob project,
boolean newInstance) |
void |
stop() |
public void start(org.jenkinsci.plugins.workflow.job.WorkflowJob project,
boolean newInstance)
start in class hudson.triggers.Trigger<org.jenkinsci.plugins.workflow.job.WorkflowJob>public void stop()
stop in class hudson.triggers.Trigger<org.jenkinsci.plugins.workflow.job.WorkflowJob>public String getCommentPattern()
Copyright © 2016–2021. All rights reserved.