Package hudson.plugins.rubyMetrics.saikuro.model

Examples of hudson.plugins.rubyMetrics.saikuro.model.SaikuroResult.addFile()


            TableTag report = getReportTable(parser);

            if (report.getRowCount() > 0) {
                //row at 0 is the header row
                for (int i = 1; i < report.getRowCount(); i++) {
                    result.addFile(parseRow(report.getRow(i)));
                }
            }


            return result;
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.