Class GitCommand
java.lang.Object
org.eclipse.jetty.toolchain.version.git.GitCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
execGitCommand
(GitOutputParser outputParser, String... commands) boolean
findTagMatching
(String version) getCommitLog
(String fromCommitId) org.apache.maven.plugin.logging.Log
getLog()
getTagCommitId
(String tagId) getTags()
void
populateIssuesForRange
(String fromCommitId, String toCommitId, Release rel) void
setLog
(org.apache.maven.plugin.logging.Log log) void
setWorkDir
(File basedir)
-
Field Details
-
log
private org.apache.maven.plugin.logging.Log log -
workDir
-
-
Constructor Details
-
GitCommand
public GitCommand()
-
-
Method Details
-
execGitCommand
- Throws:
IOException
-
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
-