Package biz.artemis.confluence.xmlrpcwrapper

Examples of biz.artemis.confluence.xmlrpcwrapper.ConfluenceServerSettings


    ConfluenceServerSettings confSettings;
    Logger log = Logger.getLogger(this.getClass());

    protected void setUp() throws Exception {
        super.setUp();   
        confSettings = new ConfluenceServerSettings();
        confSettings.login="mylogin";
        confSettings.password="mypass";
        confSettings.url="localhost:8082";
        remoteWikiBroker = RemoteWikiBroker.getInstance();
    }
View Full Code Here

TOP

Related Classes of biz.artemis.confluence.xmlrpcwrapper.ConfluenceServerSettings

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.