public class GHCommitPointer extends Object
GHPullRequest.| Constructor and Description |
|---|
GHCommitPointer() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public GHUser getUser()
repository.public GHRepository getRepository()
public String getRef()
public String getSha()
public String getLabel()
Copyright © 2013. All Rights Reserved.