public class GitBlameCommand extends AbstractBlameCommand implements GitCommand
| Constructor and Description |
|---|
GitBlameCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.io.File workingDirectory,
java.lang.String filename,
boolean ignoreWhitespace) |
BlameScmResult |
executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
java.lang.String filename) |
protected ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet workingDirectory,
CommandParameters parameters) |
execute, getLogger, setLoggerprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) throws ScmException
executeCommand in class AbstractBlameCommandScmExceptionpublic BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename) throws ScmException
executeBlameCommand in class AbstractBlameCommandScmExceptionprotected static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
java.lang.String filename,
boolean ignoreWhitespace)