Interface ChangeLogCommand
- All Known Implementing Classes:
AbstractChangeLogCommand, GitChangeLogCommand, HgChangeLogCommand, JGitChangeLogCommand, LocalChangeLogCommand, SvnChangeLogCommand
public interface ChangeLogCommand
-
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Method Details
-
executeCommand
ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Throws:
ScmException
-