|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kohsuke.github.GHIssue
org.kohsuke.github.GHPullRequest
public class GHPullRequest
A pull request.
| Constructor Summary | |
|---|---|
GHPullRequest()
|
|
| Method Summary | |
|---|---|
GHCommitPointer |
getBase()
This points to where the change should be pulled into, but I'm not really sure what exactly it means. |
Date |
getClosedAt()
|
URL |
getDiffUrl()
The diff file, like https://github.com/jenkinsci/jenkins/pull/100.diff |
GHCommitPointer |
getHead()
The change that should be pulled. |
Date |
getIssueUpdatedAt()
|
URL |
getPatchUrl()
The URL of the patch file. |
URL |
getUrl()
The HTML page of this pull request, like https://github.com/jenkinsci/jenkins/pull/100 |
GHUser |
getUser()
User who submitted a pull request. |
| Methods inherited from class org.kohsuke.github.GHIssue |
|---|
close, comment, getBody, getComments, getCreatedAt, getLabels, getNumber, getRepository, getState, getTitle, getUpdatedAt, reopen |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GHPullRequest()
| Method Detail |
|---|
public URL getPatchUrl()
public GHUser getUser()
public GHCommitPointer getBase()
public GHCommitPointer getHead()
public Date getIssueUpdatedAt()
public URL getUrl()
getUrl in class GHIssuepublic URL getDiffUrl()
public Date getClosedAt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||