org.apache.maven.scm.provider.starteam.command.changelog
Class StarteamChangeLogCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
          extended by org.apache.maven.scm.provider.starteam.command.changelog.StarteamChangeLogCommand
All Implemented Interfaces:
ChangeLogCommand, Command, StarteamCommand

public class StarteamChangeLogCommand
extends AbstractChangeLogCommand
implements StarteamCommand

Version:
$Id: StarteamChangeLogCommand.java 1054408 2011-01-02 14:05:25Z olamy $
Author:
Emmanuel Venisse, Olivier Lamy

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
StarteamChangeLogCommand()
           
 
Method Summary
static Commandline createCommandLine(StarteamScmProviderRepository repo, ScmFileSet workingDirectory, Date startDate)
           
protected  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
          
 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, executeChangeLogCommand, executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Constructor Detail

StarteamChangeLogCommand

public StarteamChangeLogCommand()
Method Detail

executeChangeLogCommand

protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo,
                                                     ScmFileSet fileSet,
                                                     Date startDate,
                                                     Date endDate,
                                                     ScmBranch branch,
                                                     String datePattern)
                                              throws ScmException

Specified by:
executeChangeLogCommand in class AbstractChangeLogCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(StarteamScmProviderRepository repo,
                                            ScmFileSet workingDirectory,
                                            Date startDate)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.