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