Class GitHubPullRequestUpdateCause
java.lang.Object
hudson.model.Cause
com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestUpdateCause
- All Implemented Interfaces:
 Serializable
Created by saville on 10/13/2016.
- 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
ConstructorsConstructorDescriptionGitHubPullRequestUpdateCause(String updateAuthor, String pullRequestUrl) Constructor. - 
Method Summary
Modifier and TypeMethodDescriptionRetrieves the URL for the GitHub pull request for this cause.Retrieves the author of the GitHub update for this cause. 
- 
Constructor Details
- 
GitHubPullRequestUpdateCause
Constructor.- Parameters:
 updateAuthor- the author for the GitHub updatepullRequestUrl- the URL for the GitHub update
 
 - 
 - 
Method Details
- 
getShortDescription
- Specified by:
 getShortDescriptionin classCause
 - 
getUpdateAuthor
Retrieves the author of the GitHub update for this cause.- Returns:
 - the author of the GitHub update
 
 - 
getPullRequestUrl
Retrieves the URL for the GitHub pull request for this cause.- Returns:
 - the URL for the GitHub pull request
 
 
 -