Package com.jcabi.github
Interface Branch
-
@Immutable public interface Branch
Git branch.- Since:
- 0.24
- Version:
- $Id: 43ed683eb9c6a6dbaf8f7c47489897f1d4691fef $
- Author:
- Chris Rebert (github@rebertia.com)
- See Also:
- List Branches API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commit
commit()
Commit that the branch currently points to.String
name()
Name of the branch.Repo
repo()
The repo we're in.
-