@Immutable public interface PullRef extends JsonReadable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PullRef.Smart
Smart pull request ref with extra features.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ref()
Get its ref.
|
Repo |
repo()
Get the repository which its commit is in.
|
String |
sha()
Get its commit SHA.
|
jsonRepo repo()
String ref() throws IOException
IOException - If there is any I/O problemString sha() throws IOException
IOException - If there is any I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.