public class JGitDiffCommand extends AbstractDiffCommand implements GitCommand
| Constructor and Description |
|---|
JGitDiffCommand() |
| Modifier and Type | Method and Description |
|---|---|
DiffScmResult |
callDiff(org.eclipse.jgit.api.Git git,
ScmVersion startRevision,
ScmVersion endRevision) |
protected DiffScmResult |
executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
executeCommandexecute, getLogger, setLoggerpublic JGitDiffCommand()
protected DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
executeDiffCommand in class AbstractDiffCommandScmExceptionpublic DiffScmResult callDiff(org.eclipse.jgit.api.Git git, ScmVersion startRevision, ScmVersion endRevision) throws IOException, org.eclipse.jgit.api.errors.GitAPIException, ScmException
IOExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionScmExceptionCopyright © 2003–2021 The Apache Software Foundation. All rights reserved.