Package com.jcabi.github
Interface PullRef
- All Superinterfaces:
JsonReadable
- All Known Implementing Classes:
PullRef.Smart
GitHub pull request ref.
- Since:
- 0.24
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSmart pull request ref with extra features. -
Method Summary
Methods inherited from interface com.jcabi.github.JsonReadable
json
-
Method Details
-
repo
Repo repo()Get the repository which its commit is in.- Returns:
- Repo
-
ref
Get its ref.- Returns:
- Ref
- Throws:
IOException- If there is any I/O problem
-
sha
Get its commit SHA.- Returns:
- Commit SHA
- Throws:
IOException- If there is any I/O problem
-