Class GitInfoCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.provider.git.gitexe.command.info.GitInfoCommand
 
 
- 
- All Implemented Interfaces:
- Command,- GitCommand
 
 public class GitInfoCommand extends AbstractCommand implements GitCommand Usesgit logcommand to retrieve info about the most recent commits related to specific files.- Since:
- 1.5
- Author:
- Olivier Lamy
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intNO_REVISION_LENGTH- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description GitInfoCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected InfoItemexecuteInfoCommand(org.codehaus.plexus.util.cli.Commandline cli, CommandParameters parameters, File scmFile)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Field Detail- 
NO_REVISION_LENGTHpublic static final int NO_REVISION_LENGTH - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
GitInfoCommandpublic GitInfoCommand() 
 
- 
 - 
Method Detail- 
executeCommandprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 - 
executeInfoCommandprotected InfoItem executeInfoCommand(org.codehaus.plexus.util.cli.Commandline cli, CommandParameters parameters, File scmFile) throws ScmException - Throws:
- ScmException
 
 
- 
 
-