public class TriggerPRCommentBranchProperty
extends jenkins.branch.BranchProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
TriggerPRCommentBranchProperty.DescriptorImpl |
| Constructor and Description |
|---|
TriggerPRCommentBranchProperty(String commentBody)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentBody()
The comment body to trigger a new build on.
|
<P extends hudson.model.Job<P,B>,B extends hudson.model.Run<P,B>> |
jobDecorator(Class<P> clazz) |
@DataBoundConstructor public TriggerPRCommentBranchProperty(String commentBody)
commentBody - the comment body to trigger a new build onpublic String getCommentBody()
public <P extends hudson.model.Job<P,B>,B extends hudson.model.Run<P,B>> jenkins.branch.JobDecorator<P,B> jobDecorator(Class<P> clazz)
jobDecorator in class jenkins.branch.BranchPropertyCopyright © 2016–2017. All rights reserved.