Package com.jcabi.github
Interface Tags
-
@Immutable public interface Tags
Github Git Data Tags.- Since:
- 0.8
- Version:
- $Id: de6995a7d7398d3f59de91d73edb0d7cca4bec37 $
- Author:
- Carlos Miranda (miranda.cma@gmail.com)
- See Also:
- Tags API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tag
create(javax.json.JsonObject params)
Create a Tag object.Tag
get(String sha)
Return a Tag by its SHA.Repo
repo()
Owner of them.
-
-
-
Method Detail
-
repo
Repo repo()
Owner of them.- Returns:
- Repo
-
create
Tag create(javax.json.JsonObject params) throws IOException
Create a Tag object.- Parameters:
params
- The input for creating the Tag.- Returns:
- Tag
- Throws:
IOException
- - If anything goes wrong.
-
-