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) |
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() |
public void init(Ghprb helper, GhprbRepository repo)
public void check(org.kohsuke.github.GHPullRequest pr)
public void check(org.kohsuke.github.GHIssueComment comment)
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.