public class GHPullRequest extends GHIssue
| Constructor and Description |
|---|
GHPullRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
close, comment, getBody, getComments, getCreatedAt, getLabels, getNumber, getRepository, getState, getTitle, getUpdatedAt, reopenpublic URL getPatchUrl()
public GHUser getUser()
public GHCommitPointer getBase()
public GHCommitPointer getHead()
public Date getIssueUpdatedAt()
public URL getUrl()
public URL getDiffUrl()
public Date getClosedAt()
Copyright © 2012. All Rights Reserved.