Examples of RcovPublisher


Examples of hudson.plugins.rubyMetrics.rcov.RcovPublisher

                return true;
            }
        });

        // Add the rcov publisher
        RcovPublisher publisher = new RcovPublisher(COVERAGE_DIR);
        publisher.setTargets(Collections.<MetricTarget>emptyList());
        project.getPublishersList().add(publisher);

        // Run and wait for the build; assert success
        FreeStyleBuild build = j.assertBuildStatusSuccess(project.scheduleBuild2(0));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.