public class GhprbPullRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
check(org.kohsuke.github.GHIssueComment comment) |
void |
check(org.kohsuke.github.GHPullRequest pr)
Checks this Pull Request representation against a GitHub version of the Pull Request, and triggers
a build if necessary.
|
boolean |
equals(Object obj) |
String |
getAuthorEmail() |
String |
getHead() |
int |
getId() |
String |
getSource() |
String |
getTarget() |
String |
getTitle() |
URL |
getUrl()
Returns the URL to the Github Pull Request.
|
int |
hashCode() |
void |
init(Ghprb helper,
GhprbRepository repo) |
boolean |
isMergeable() |
boolean |
isWhiteListedTargetBranch() |
public void init(Ghprb helper, GhprbRepository repo)
public void check(org.kohsuke.github.GHPullRequest pr)
pr - public void check(org.kohsuke.github.GHIssueComment comment)
public boolean isWhiteListedTargetBranch()
public int getId()
public String getHead()
public boolean isMergeable()
public String getTarget()
public String getSource()
public String getAuthorEmail()
public String getTitle()
public URL getUrl()
Copyright © 2004-2014. All Rights Reserved.