Class GitCommand
java.lang.Object
org.eclipse.jetty.toolchain.version.git.GitCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate intexecGitCommand(GitOutputParser outputParser, String... commands) booleanfindTagMatching(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)
-
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
-