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

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


        }
        if (restProvider.equals(XWIKI)) {
            return new IndexFromXWiki(restUsername, restPassword);
        }
        if (restProvider.equals(CONFLUENCE)) {
            return new IndexFromConfluence(restUsername, restPassword);
        }
        throw new RuntimeException("Unsupported ResourceIndexer provider " + restProvider);
    }
View Full Code Here

TOP

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

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.