|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kohsuke.github.GHCommitPointer
public class GHCommitPointer
Identifies a commit in GHPullRequest.
| Constructor Summary | |
|---|---|
GHCommitPointer()
|
|
| Method Summary | |
|---|---|
String |
getLabel()
String that looks like "USERNAME:REF". |
String |
getRef()
Named ref to the commit. |
GHRepository |
getRepository()
The repository that contains the commit. |
String |
getSha()
SHA1 of the commit. |
GHUser |
getUser()
This points to the user who owns the repository. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GHCommitPointer()
| Method Detail |
|---|
public GHUser getUser()
repository.
public GHRepository getRepository()
public String getRef()
public String getSha()
public String getLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||