|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getLabel()
String that looks like "USERNAME:REF". |
java.lang.String |
getRef()
Named ref to the commit. |
GHRepository |
getRepository()
The repository that contains the commit. |
java.lang.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 java.lang.String getRef()
public java.lang.String getSha()
public java.lang.String getLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||