org.apache.maven.scm.provider.git.gitexe.command.update
Class GitUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
org.apache.maven.scm.provider.git.gitexe.command.update.GitUpdateCommand
- All Implemented Interfaces:
- Command, GitCommand
public class GitUpdateCommand
- extends AbstractUpdateCommand
- implements GitCommand
- Since:
- 10 august 2008
- Version:
- $Id: GitUpdateCommand.java 755751 2009-03-18 21:52:02Z olamy $
- Author:
- olamy
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitUpdateCommand
public GitUpdateCommand()
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion scmVersion)
throws ScmException
-
- Specified by:
executeUpdateCommand
in class AbstractUpdateCommand
- Throws:
ScmException
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
-
- Specified by:
getChangeLogCommand
in class AbstractUpdateCommand
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(GitScmProviderRepository repository,
java.io.File workingDirectory,
ScmVersion scmVersion)
- create the command line for updating the current branch with the info from the foreign repository.
createLatestRevisionCommandLine
public static org.codehaus.plexus.util.cli.Commandline createLatestRevisionCommandLine(GitScmProviderRepository repository,
java.io.File workingDirectory,
ScmVersion scmVersion)
- Parameters:
scmVersion
- a valid branch or null
if the master branch should be taken
- Returns:
- CommandLine for getting the latest commit on the given branch
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.