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
- Author:
- Mark Struberg, Olivier Lamy
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommitCommandLine
(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile) static org.codehaus.plexus.util.cli.Commandline
createCommitCommandLine
(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables) org.codehaus.plexus.util.cli.Commandline
createPushCommandLine
(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
-
Constructor Details
-
GitCheckInCommand
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException - Specified by:
executeCheckInCommand
in classAbstractCheckInCommand
- Throws:
ScmException
-
createPushCommandLine
public org.codehaus.plexus.util.cli.Commandline createPushCommandLine(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
-
createCommitCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables) throws ScmException- Throws:
ScmException
-