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 Blobsblobs()Get its blobs.Commitscommits()Get its commits.Referencesreferences()Get its references.Reporepo()Owner of it.Tagstags()Get its tags.Treestrees()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
-
-