Package org.codinjutsu.tools.jenkins.view

Examples of org.codinjutsu.tools.jenkins.view.ConfigurationPanel


    }


    public JComponent createComponent() {
        if (configurationPanel == null) {
            configurationPanel = new ConfigurationPanel(project);
        }
        return configurationPanel.getRootPanel();
    }
View Full Code Here

TOP

Related Classes of org.codinjutsu.tools.jenkins.view.ConfigurationPanel

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.