public class SvnChangeLogCommand extends AbstractChangeLogCommand implements SvnCommand
| Constructor and Description |
|---|
SvnChangeLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmBranch branch,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion) |
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmBranch branch,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
Integer limit) |
protected ChangeLogScmResult |
executeChangeLogCommand(ChangeLogScmRequest request) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
Deprecated.
|
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Deprecated.
|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
executeChangeLogCommandexecute, getLogger, setLoggerpublic SvnChangeLogCommand()
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
AbstractChangeLogCommandexecuteCommand in interface ChangeLogCommandexecuteCommand in class AbstractChangeLogCommandScmException@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmException@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionpublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion)
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit)
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.