public class GitCommand extends Object
Constructor and Description |
---|
GitCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
fetchTags() |
String |
findTagMatching(String version) |
List<GitCommit> |
getCommitLog(String fromCommitId) |
org.apache.maven.plugin.logging.Log |
getLog() |
String |
getTagCommitId(String tagId) |
List<String> |
getTags() |
File |
getWorkDir() |
void |
populateIssuesForRange(String fromCommitId,
String toCommitId,
Release rel) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setWorkDir(File basedir) |
public boolean fetchTags() throws IOException
IOException
public String findTagMatching(String version) throws IOException
IOException
public List<GitCommit> getCommitLog(String fromCommitId) throws IOException
IOException
public org.apache.maven.plugin.logging.Log getLog()
public String getTagCommitId(String tagId) throws IOException
IOException
public List<String> getTags() throws IOException
IOException
public File getWorkDir()
public void populateIssuesForRange(String fromCommitId, String toCommitId, Release rel) throws IOException
IOException
public void setLog(org.apache.maven.plugin.logging.Log log)
public void setWorkDir(File basedir)
Copyright © 1995–2022 Mort Bay Consulting. All rights reserved.