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
-
Field Summary
FieldsFields inherited from class AbstractCheckInCommand
NAMEFields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlinecreateCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile) Deprecated.static org.codehaus.plexus.util.cli.CommandlinecreateCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables) Deprecated.static org.codehaus.plexus.util.cli.CommandlinecreateCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables, CommandParameters.SignOption signOption) org.codehaus.plexus.util.cli.CommandlinecreatePushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version, CommandParameters.SignOption signOption) Methods inherited from class AbstractCheckInCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Field Details
-
environmentVariables
-
-
Constructor Details
-
GitCheckInCommand
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) throws ScmException - Specified by:
executeCheckInCommandin classAbstractCheckInCommand- Parameters:
repository-fileSet-message-scmVersion-- Returns:
- Throws:
ScmException
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version, CommandParameters.SignOption signOption) throws ScmException - Overrides:
executeCheckInCommandin classAbstractCheckInCommand- Throws:
ScmException
-
createPushCommandLine
public org.codehaus.plexus.util.cli.Commandline createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException - Throws:
ScmException
-
createCommitCommandLine
@Deprecated public static org.codehaus.plexus.util.cli.Commandline createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile) throws ScmException Deprecated.- Throws:
ScmException
-
createCommitCommandLine
@Deprecated public static org.codehaus.plexus.util.cli.Commandline createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables) throws ScmExceptionDeprecated.- Throws:
ScmException
-
createCommitCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables, CommandParameters.SignOption signOption) throws ScmException- Throws:
ScmException
-