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 Commitcommit()Commit that the branch currently points to.Stringname()Name of the branch.Reporepo()The repo we're in.
-