Examples of MetricTarget


Examples of hudson.plugins.rubyMetrics.rcov.model.MetricTarget

        private final List<MetricTarget> targets;

        protected DescriptorImpl() {
            super(RcovPublisher.class);
            targets = new ArrayList<MetricTarget>(){{
                add(new MetricTarget(Targets.TOTAL_COVERAGE, 80, null, null));
                add(new MetricTarget(Targets.CODE_COVERAGE, 80, null, null));
            }};
        }
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.