public final class GitHubPullRequestReviewCause extends Cause implements Serializable
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause| Constructor and Description |
|---|
GitHubPullRequestReviewCause(String pullRequestUrl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPullRequestUrl()
Retrieves the URL for the GitHub pull request for this cause.
|
String |
getShortDescription() |
public GitHubPullRequestReviewCause(String pullRequestUrl)
pullRequestUrl - the URL for the GitHub commentpublic String getShortDescription()
getShortDescription in class Causepublic String getPullRequestUrl()
Copyright © 2016–2021. All rights reserved.