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
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlinecreateCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile) static org.codehaus.plexus.util.cli.CommandlinecreatePushCommandLine(ScmLogger logger, GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
GitCheckInCommand
public GitCheckInCommand()
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException - Specified by:
executeCheckInCommandin 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
-