public class ClearCaseChangeLogCommand extends AbstractChangeLogCommand implements ClearCaseCommand
| Constructor and Description |
|---|
ClearCaseChangeLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.io.File workingDirectory,
ScmBranch branch,
java.util.Date startDate)
ClearCase LT version doesn't support the attribut -fmt and -since for command lhistory.
|
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
executeChangeLogCommand, executeChangeLogCommand, executeChangeLogCommand, executeCommandexecute, getLogger, setLoggerprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionpublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
ScmBranch branch,
java.util.Date startDate)
workingDirectory - branch - startDate -