Package com.smartcodeltd.jenkinsci.plugins.buildmonitor_acceptance.scenarios.adapters

Examples of com.smartcodeltd.jenkinsci.plugins.buildmonitor_acceptance.scenarios.adapters.FolderAdapter


        this.currentRoot = currentRoot;
    }

    public Context createFolder(String name) throws IOException {
        Folder folder = currentRoot.createProject(Folder.class, name);
        return new Context(new FolderAdapter(folder));
    }
View Full Code Here

TOP

Related Classes of com.smartcodeltd.jenkinsci.plugins.buildmonitor_acceptance.scenarios.adapters.FolderAdapter

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.