Class AbstractChangeLogCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
- All Implemented Interfaces:
ChangeLogCommand,Command
- Direct Known Subclasses:
AbstractCvsChangeLogCommand,BazaarChangeLogCommand,ClearCaseChangeLogCommand,GitChangeLogCommand,HgChangeLogCommand,JazzChangeLogCommand,JGitChangeLogCommand,LocalChangeLogCommand,PerforceChangeLogCommand,StarteamChangeLogCommand,SvnChangeLogCommand,SynergyChangeLogCommand,TfsChangeLogCommand,VssHistoryCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ChangeLogScmResultprotected abstract ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) Deprecated.protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Deprecated.protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Deprecated.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
AbstractChangeLogCommand
public AbstractChangeLogCommand()
-
-
Method Details
-
executeChangeLogCommand
@Deprecated protected abstract ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException Deprecated.- Throws:
ScmException
-
executeChangeLogCommand
@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException Deprecated.- Throws:
ScmException
-
executeChangeLogCommand
@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) throws ScmException Deprecated.- Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeCommandin interfaceChangeLogCommand- Specified by:
executeCommandin classAbstractCommand- Throws:
ScmException
-
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException - Throws:
ScmException
-