Interface GitBranch
-
- All Known Implementing Classes:
GitBranchEntity
public interface GitBranch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GitCommit
getCommit()
String
getName()
-
GitBranchEntity
public interface GitBranch
Modifier and Type | Method | Description |
---|---|---|
GitCommit |
getCommit() |
|
String |
getName() |