Package com.jcabi.github.mock
Class MkBranch
- java.lang.Object
-
- com.jcabi.github.mock.MkBranch
-
- All Implemented Interfaces:
Branch
public final class MkBranch extends Object implements Branch
Mock Git branch.- Since:
- 0.24
- Version:
- $Id: 2e6784ca311d38a19df783088ec74cf2ea9feb2b $
- Author:
- Chris Rebert ([email protected])
-
-
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.
-