Package com.jcabi.github
Class RtBranch
- java.lang.Object
-
- com.jcabi.github.RtBranch
-
- All Implemented Interfaces:
Branch
@Immutable @Loggable(1) public final class RtBranch extends Object implements Branch
Git branch implementation.- Since:
- 0.24
- Version:
- $Id: 596be5ad9413be3af992eabc2402b4fb7d9c04c3 $
- Author:
- Chris Rebert (github@rebertia.com)
-
-
Method Summary
All Methods Instance Methods Concrete 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.
-