org.apache.maven.scm.provider.git.gitexe.command.checkin
Class GitCheckInCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkin.AbstractCheckInCommand
          extended by org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommand
All Implemented Interfaces:
Command, GitCommand

public class GitCheckInCommand
extends AbstractCheckInCommand
implements GitCommand

Version:
$Id: GitCheckInCommand.java 1241329 2012-02-07 02:15:07Z hboutemy $
Author:
Mark Struberg, Olivier Lamy

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
GitCheckInCommand()
           
 
Method Summary
static Commandline createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile)
           
static Commandline createPushCommandLine(ScmLogger logger, GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
           
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)
          
 
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
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

GitCheckInCommand

public GitCheckInCommand()
Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo,
                                                 ScmFileSet fileSet,
                                                 String message,
                                                 ScmVersion version)
                                          throws ScmException

Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException

createPushCommandLine

public static Commandline createPushCommandLine(ScmLogger logger,
                                                GitScmProviderRepository repository,
                                                ScmFileSet fileSet,
                                                ScmVersion version)
                                         throws ScmException
Throws:
ScmException

createCommitCommandLine

public static Commandline createCommitCommandLine(GitScmProviderRepository repository,
                                                  ScmFileSet fileSet,
                                                  File messageFile)
                                           throws ScmException
Throws:
ScmException


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