org.eclipse.jetty.toolchain.version.git
Class GitCommand
java.lang.Object
org.eclipse.jetty.toolchain.version.git.GitCommand
public class GitCommand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitCommand
public GitCommand()
fetchTags
public boolean fetchTags()
throws IOException
- Throws:
IOException
findTagMatching
public String findTagMatching(String version)
throws IOException
- Throws:
IOException
getCommitLog
public List<GitCommit> getCommitLog(String fromCommitId)
throws IOException
- Throws:
IOException
getLog
public org.apache.maven.plugin.logging.Log getLog()
getTagCommitId
public String getTagCommitId(String tagId)
throws IOException
- Throws:
IOException
getTags
public List<String> getTags()
throws IOException
- Throws:
IOException
getWorkDir
public File getWorkDir()
populateIssuesForRange
public void populateIssuesForRange(String fromCommitId,
String toCommitId,
Release rel)
throws IOException
- Throws:
IOException
setLog
public void setLog(org.apache.maven.plugin.logging.Log log)
setWorkDir
public void setWorkDir(File basedir)
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.