Package com.nirima.jenkins.repo.virtual

Examples of com.nirima.jenkins.repo.virtual.VirtualRepositoryRoot


        Collection<RepositoryElement> children = new ArrayList<RepositoryElement>();

        // Default set
        children.add( new ProjectsElement(this) );
        children.add( new VirtualRepositoryRoot(this) );
        children.add( new AllSHA1RepositoryRoot(this) );

        for(RepositoryExtensionPoint r : RepositoryExtensionPoint.all()) {
            children.add( r.getRepositoryRoot(this) );
        }
View Full Code Here

TOP

Related Classes of com.nirima.jenkins.repo.virtual.VirtualRepositoryRoot

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.