Package org.candlepin.gutterball.report

Examples of org.candlepin.gutterball.report.Report.run()


        if (r == null) {
            // TODO: Throw an appropriate exception once they are moved
            //       into candlepin-common.
            throw new BadRequestException("Report " + reportKey + " not found.");
        }
        return r.run(uriInfo.getQueryParameters());
    }

}
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.