Package org.kathrynhuxtable.maven.wagon.gitsite.git

Examples of org.kathrynhuxtable.maven.wagon.gitsite.git.GitSiteCheckInCommand


        parameters.setScmVersion(CommandParameter.SCM_VERSION, new ScmBranch(siteBranch));

        parameters.setString(CommandParameter.MESSAGE, msg);

        ScmResult result = (CheckInScmResult) executeCommand((GitExeScmProvider) scmProvider, new GitSiteCheckInCommand(),
                                                             scmRepository.getProviderRepository(),
                                                             new ScmFileSet(checkoutDirectory), parameters);

        checkScmResult(result);
    }
View Full Code Here

TOP

Related Classes of org.kathrynhuxtable.maven.wagon.gitsite.git.GitSiteCheckInCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.