Package hudson.scm.SubversionSCM

Examples of hudson.scm.SubversionSCM.SVNLogHandler


                Collections.EMPTY_SET, "", new Pattern[0], false);
       
        StreamTaskListener taskListener = null; // this fails with NPE because of static Channel current(): StreamTaskListener.fromStdout();
        this.callable = new CompareAgainstBaselineCallable(
                new SVNRevisionState(null),
                new SVNLogHandler( filter, taskListener),
                        "projectName", taskListener, null, Collections.<String,ISVNAuthenticationProvider>emptyMap(), "nodeName");
    }
View Full Code Here

TOP

Related Classes of hudson.scm.SubversionSCM.SVNLogHandler

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.