Package com.jcabi.github
Interface Tags
@Immutable
public interface Tags
GitHub Git Data Tags.
- Since:
- 0.8
- See Also:
-
Method Summary
-
Method Details
-
repo
Repo repo()Owner of them.- Returns:
- Repo
-
create
Create a Tag object.- Parameters:
params- The input for creating the Tag.- Returns:
- Tag
- Throws:
IOException- - If anything goes wrong.
-
get
Return a Tag by its SHA.- Parameters:
sha- The sha of the Tag.- Returns:
- Tag
-