public final class GitHubPullRequestCommentCause extends hudson.model.Cause implements Serializable
| Constructor and Description |
|---|
GitHubPullRequestCommentCause(String commentUrl,
String commentAuthor,
String commentBody)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentAuthor()
Retrieves the author of the GitHub comment for this cause.
|
String |
getCommentBody()
Retrieves the body for the GitHub comment for this cause.
|
String |
getCommentUrl()
Retrieves the URL for the GitHub comment for this cause.
|
String |
getShortDescription() |
public String getShortDescription()
getShortDescription in class hudson.model.Cause@Exported(visibility=3) public String getCommentUrl()
@Exported(visibility=3) public String getCommentAuthor()
@Exported(visibility=3) public String getCommentBody()
Copyright © 2016–2022. All rights reserved.