Class GitCheckInCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.checkin.AbstractCheckInCommand
-
- org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommand
-
- All Implemented Interfaces:
Command
,GitCommand
public class GitCheckInCommand extends AbstractCheckInCommand implements GitCommand
- Author:
- Mark Struberg, Olivier Lamy
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
-
Constructor Summary
Constructors Constructor Description GitCheckInCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile)
static org.codehaus.plexus.util.cli.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
-
-
-
-
Method Detail
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException
- Specified by:
executeCheckInCommand
in classAbstractCheckInCommand
- Throws:
ScmException
-
createPushCommandLine
public static org.codehaus.plexus.util.cli.Commandline createPushCommandLine(ScmLogger logger, GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
- Throws:
ScmException
-
createCommitCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile) throws ScmException
- Throws:
ScmException
-
-