Package net.sourceforge.cruisecontrol

Examples of net.sourceforge.cruisecontrol.ProjectConfig


                if ( project instanceof Project ) {
            Project theCurrentProject = (Project) theServerProjects.get(index);
            projectBean = new ProjectBean( this, theCurrentProject.getName() );
                }
                else if ( project instanceof ProjectConfig ) {
                    ProjectConfig theCurrentProject = (ProjectConfig) theServerProjects.get(index);
                    projectBean = new ProjectBean( this, theCurrentProject.getName() );
                }
               
        updateValues( projectBean );
       
        theProjects.add( projectBean );
View Full Code Here

TOP

Related Classes of net.sourceforge.cruisecontrol.ProjectConfig

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.