org.apache.maven.scm.provider.clearcase.command.changelog
public class ClearCaseChangeLogCommand extends AbstractChangeLogCommand implements ClearCaseCommand
Version: $Id: ClearCaseChangeLogCommand.java 374508 2006-02-02 21:21:47Z evenisse $
| Method Summary | |
|---|---|
| static Commandline | createCommandLine(File workingDirectory, String branch, Date startDate)
ClearCase LT version doesn't support the attribut -fmt and -since for command lhistory.
|
| protected ChangeLogScmResult | executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, String branch, String datePattern) |
| protected static boolean | isClearCaseLT() |
| protected static void | setIsClearCaseLT(boolean isClearCaseLT)
Frederic Mura
Only use for test case
|
Parameters: workingDirectory branch startDate
Returns: The command line
Returns: the value of the setting property 'clearcaseLT'
Deprecated:
Frederic Mura Only use for test caseParameters: isClearCaseLT