Class GitCommand
java.lang.Object
org.eclipse.jetty.toolchain.version.git.GitCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfindTagMatching(String version) getCommitLog(String fromCommitId) org.apache.maven.plugin.logging.LoggetLog()getTagCommitId(String tagId) getTags()voidpopulateIssuesForRange(String fromCommitId, String toCommitId, Release rel) voidsetLog(org.apache.maven.plugin.logging.Log log) voidsetWorkDir(File basedir)
-
Constructor Details
-
GitCommand
public GitCommand()
-
-
Method Details
-
fetchTags
- Throws:
IOException
-
findTagMatching
- Throws:
IOException
-
getCommitLog
- Throws:
IOException
-
getLog
public org.apache.maven.plugin.logging.Log getLog() -
getTagCommitId
- Throws:
IOException
-
getTags
- Throws:
IOException
-
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
-