Class JGitBlameCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.blame.AbstractBlameCommand
-
- org.apache.maven.scm.provider.git.jgit.command.blame.JGitBlameCommand
-
- All Implemented Interfaces:
Command
,GitCommand
public class JGitBlameCommand extends AbstractBlameCommand implements GitCommand
- Since:
- 1.9
- Author:
- Dominik Bartholdi (imod)
-
-
Constructor Summary
Constructors Constructor Description JGitBlameCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlameScmResult
executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
-
Methods inherited from class org.apache.maven.scm.command.blame.AbstractBlameCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException
- Specified by:
executeBlameCommand
in classAbstractBlameCommand
- Throws:
ScmException
-
-