Package hudson.plugins.selenium.callables

Examples of hudson.plugins.selenium.callables.RemoveSeleniumServer


     * @param name
     */
    public void remove(Computer computer, String name) {
        stop(computer, name);
        try {
            computer.getNode().getRootPath().act(new RemoveSeleniumServer(name));
        } catch (Exception e) {

        }
    }
View Full Code Here

TOP

Related Classes of hudson.plugins.selenium.callables.RemoveSeleniumServer

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.