Class TfsChangeLogCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
-
- org.apache.maven.scm.provider.tfs.command.TfsChangeLogCommand
-
- All Implemented Interfaces:
ChangeLogCommand
,Command
public class TfsChangeLogCommand extends AbstractChangeLogCommand
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description TfsChangeLogCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TfsCommand
createCommand(ScmProviderRepository r, ScmFileSet f, java.io.File file)
protected ChangeLogScmResult
executeChangeLogCommand(ScmProviderRepository r, ScmFileSet f, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, executeChangeLogCommand, executeChangeLogCommand, executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository r, ScmFileSet f, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) throws ScmException
- Specified by:
executeChangeLogCommand
in classAbstractChangeLogCommand
- Throws:
ScmException
-
createCommand
protected TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, java.io.File file)
-
-