Class GitHubPullRequestReviewCause
java.lang.Object
hudson.model.Cause
com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestReviewCause
- All Implemented Interfaces:
Serializable
Created by Micky Loo on 05/02/2019.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the URL for the GitHub pull request for this cause.
-
Constructor Details
-
GitHubPullRequestReviewCause
Constructor.- Parameters:
pullRequestUrl- the URL for the GitHub comment
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescriptionin classCause
-
getPullRequestUrl
Retrieves the URL for the GitHub pull request for this cause.- Returns:
- the URL for the GitHub pull request
-