Package com.jcabi.github
Interface Git
-
@Immutable public interface Git
Github Git.- Since:
- 0.8
- Version:
- $Id: d651734e59cc6a01daba55359557513239fabdcb $
- Author:
- Carlos Miranda (miranda.cma@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blobs
blobs()
Get its blobs.Commits
commits()
Get its commits.References
references()
Get its references.Repo
repo()
Owner of it.Tags
tags()
Get its tags.Trees
trees()
Get its trees.
-
-
-
Method Detail
-
repo
Repo repo()
Owner of it.- Returns:
- Repo
-
blobs
Blobs blobs() throws IOException
Get its blobs.- Returns:
- Blobs
- Throws:
IOException
- If some io problem occurs- See Also:
- Blobs API
-
commits
Commits commits()
Get its commits.- Returns:
- Commits
- See Also:
- Commits API
-
references
References references()
Get its references.- Returns:
- References
- See Also:
- References API
-
-