public class AddComment extends JiraOperationExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
AddComment.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
commentText |
boolean |
postCommentForEveryCommit |
| Constructor and Description |
|---|
AddComment(boolean postCommentForEveryCommit,
String commentText) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
perform(List<JiraCommit> jiraCommitList,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setJiraClientSvc(JiraClientSvc jiraClientSvc) |
String |
toString() |
getDescriptorpublic final boolean postCommentForEveryCommit
public final String commentText
@DataBoundConstructor
public AddComment(boolean postCommentForEveryCommit,
String commentText)
@Inject public void setJiraClientSvc(JiraClientSvc jiraClientSvc)
public void perform(List<JiraCommit> jiraCommitList, hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform in class JiraOperationExtensionCopyright © 2004-2016. All Rights Reserved.