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
- Since:
- 1.9
-
Field Summary
Fields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) Methods inherited from class AbstractBlameCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Constructor Details
-
JGitBlameCommand
public JGitBlameCommand()
-
-
Method Details
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException - Specified by:
executeBlameCommandin classAbstractBlameCommand- Throws:
ScmException
-