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

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


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

            parameters.setString(CommandParameter.RECURSIVE, "false");

            CheckOutScmResult ret = (CheckOutScmResult) executeCommand((GitExeScmProvider) scmProvider, new GitSiteCheckOutCommand(),
                                                                       scmRepository.getProviderRepository(),
                                                                       new ScmFileSet(new File(checkoutDirectory, "")), parameters);

            checkScmResult(ret);
        } catch (ScmException e) {
View Full Code Here

TOP

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

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.