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