public class GhprbPullRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthorEmail() |
String |
getHead() |
int |
getId() |
String |
getTarget() |
String |
getTitle() |
int |
hashCode() |
void |
check(org.kohsuke.github.GHIssueComment comment) |
void |
check(org.kohsuke.github.GHPullRequest pr) |
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 getAuthorEmail()
public String getTitle()
Copyright © 2004-2013. All Rights Reserved.