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