Package com.nirima.jenkins.repo.project

Examples of com.nirima.jenkins.repo.project.ProjectsElement


    public Collection<? extends RepositoryElement> getChildren() {

        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.project.ProjectsElement

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.