Package org.jbehave.core.io.rest.confluence

Examples of org.jbehave.core.io.rest.confluence.LoadFromConfluence


        }
        if (restProvider.equals(XWIKI)) {
            return new LoadFromXWiki(Type.JSON, restUsername, restPassword);
        }
        if (restProvider.equals(CONFLUENCE)) {
            return new LoadFromConfluence(restUsername, restPassword);
        }

        throw new RuntimeException("Unsupported ResourceLoader provider " + restProvider);
    }
View Full Code Here

TOP

Related Classes of org.jbehave.core.io.rest.confluence.LoadFromConfluence

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.