|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kohsuke.github.GHPullRequest
public class GHPullRequest
A pull request.
Nested Class Summary | |
---|---|
static class |
GHPullRequest.State
|
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. |
String |
getBody()
The description of this pull request. |
Date |
getClosedAt()
|
Date |
getCreatedAt()
|
URL |
getDiffUrl()
The diff file, like https://github.com/jenkinsci/jenkins/pull/100.diff |
GHCommitPointer |
getHead()
The change that should be pulled. |
int |
getNumber()
ID. |
URL |
getPatchUrl()
The URL of the patch file. |
GHRepository |
getRepository()
Repository to which the pull request was sent. |
GHPullRequest.State |
getState()
|
String |
getTitle()
|
Date |
getUpdatedAt()
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GHPullRequest()
Method Detail |
---|
public String getBody()
public URL getPatchUrl()
public int getNumber()
public GHUser getUser()
public GHRepository getRepository()
public GHCommitPointer getBase()
public GHCommitPointer getHead()
public URL getUrl()
public String getTitle()
public URL getDiffUrl()
public Date getClosedAt()
public Date getCreatedAt()
public Date getUpdatedAt()
public GHPullRequest.State getState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |