Interface ChangeLogCommand
-
- All Known Implementing Classes:
AbstractChangeLogCommand,AbstractCvsChangeLogCommand,BazaarChangeLogCommand,ClearCaseChangeLogCommand,CvsExeChangeLogCommand,GitChangeLogCommand,HgChangeLogCommand,JazzChangeLogCommand,JGitChangeLogCommand,LocalChangeLogCommand,PerforceChangeLogCommand,StarteamChangeLogCommand,SvnChangeLogCommand,SynergyChangeLogCommand,TfsChangeLogCommand,VssHistoryCommand
public interface ChangeLogCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
-
-
Method Detail
-
executeCommand
ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Throws:
ScmException
-
-