public class GitCheckInCommand extends AbstractCheckInCommand implements GitCommand
NAME| Constructor and Description | 
|---|
GitCheckInCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
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) | 
executeCommandexecute, getLogger, setLoggerpublic GitCheckInCommand()
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException
executeCheckInCommand in class AbstractCheckInCommandScmExceptionpublic static Commandline createPushCommandLine(ScmLogger logger, GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
ScmExceptionpublic static Commandline createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile) throws ScmException
ScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.