Package hudson.plugins.rubyMetrics.rcov.model

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


        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

Related Classes of hudson.plugins.rubyMetrics.rcov.model.MetricTarget$TargetConverter

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.