|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jenkinsci.plugins.ghprb.GhprbPullRequest
public class GhprbPullRequest
Maintains state about a Pull Request for a particular Jenkins job. This is what understands the current state of a PR for a particular job.
Method Summary | |
---|---|
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()
|
org.kohsuke.github.GitUser |
getCommitAuthor()
|
String |
getHead()
|
int |
getId()
|
org.kohsuke.github.GHPullRequest |
getPullRequest()
|
Set<String> |
getSkipBuildPhrases()
Returns skip build phrases from Jenkins global configuration |
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void init(Ghprb helper, GhprbRepository repo)
public Set<String> getSkipBuildPhrases()
public void check(org.kohsuke.github.GHPullRequest pr)
pr
- public void check(org.kohsuke.github.GHIssueComment comment)
public boolean isWhiteListedTargetBranch()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getId()
public String getHead()
public boolean isMergeable()
public String getTarget()
public String getSource()
public String getAuthorEmail()
public String getTitle()
public URL getUrl()
public org.kohsuke.github.GitUser getCommitAuthor()
public org.kohsuke.github.GHPullRequest getPullRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |