public class Git extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.jgit.lib.Repository |
repo |
| Constructor and Description |
|---|
Git() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitId() |
org.eclipse.jgit.lib.Repository |
getRepo() |
boolean |
isRepository() |
(package private) void |
setRepo(org.eclipse.jgit.lib.Repository repo) |
public Git()
throws IOException
IOExceptionpublic boolean isRepository()
public org.eclipse.jgit.lib.Repository getRepo()
void setRepo(org.eclipse.jgit.lib.Repository repo)
public String getCommitId() throws org.eclipse.jgit.api.errors.GitAPIException, com.spotify.docker.client.DockerException, IOException, org.apache.maven.plugin.MojoExecutionException
org.eclipse.jgit.api.errors.GitAPIExceptioncom.spotify.docker.client.DockerExceptionIOExceptionorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2016. All rights reserved.