Package org.platformlayer.service.gitosis.model

Examples of org.platformlayer.service.gitosis.model.GitRepository


    @Inject
    GitHelpers git;

    public void doOperation(Managed<GitRepository> managed) throws Exception {
        GitRepository model = (GitRepository) managed.getModel();

        AddRepositoryOperation operation = new AddRepositoryOperation(model);

        git.doForAllServers(operation);
    }
View Full Code Here

TOP

Related Classes of org.platformlayer.service.gitosis.model.GitRepository

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.