public interface GitService
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchName(Runtime runtime)
Retrieve the git branch name from the branch of the current workspace.
|
String getBranchName(Runtime runtime) throws GitException
runtime, - the active runtime.GitException - will be thrown when something goes wrong while retrieving GIT informationCopyright © 2016. All rights reserved.