public class JGitDiffCommand extends AbstractDiffCommand implements GitCommand
logger
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) |
executeCommand
execute
public JGitDiffCommand()
protected DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
executeDiffCommand
in class AbstractDiffCommand
ScmException
public DiffScmResult callDiff(org.eclipse.jgit.api.Git git, ScmVersion startRevision, ScmVersion endRevision) throws IOException, org.eclipse.jgit.api.errors.GitAPIException, ScmException
IOException
org.eclipse.jgit.api.errors.GitAPIException
ScmException
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.