public class GitServiceImpl extends Object implements GitService
GitService
Created by Vandeperre Maarten on 05/05/2016.
| Constructor and Description |
|---|
GitServiceImpl(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchName(Runtime runtime)
Retrieve the git branch name from the branch of the current workspace.
|
public GitServiceImpl(org.apache.maven.plugin.logging.Log log)
log, - the logging service, can't be null.public String getBranchName(Runtime runtime) throws GitException
GitServicegetBranchName in interface GitServiceGitException - will be thrown when something goes wrong while retrieving GIT informationCopyright © 2016. All rights reserved.