org.eclipse.jetty.toolchain.version.git
Class GitCommand

java.lang.Object
  extended by org.eclipse.jetty.toolchain.version.git.GitCommand

public class GitCommand
extends Object


Constructor Summary
GitCommand()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitCommand

public GitCommand()
Method Detail

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.