Package com.dianping.cat.consumer.problem

Examples of com.dianping.cat.consumer.problem.ProblemReportURLFilter


  @Override
  public boolean buildMonthlyTask(String name, String domain, Date period) {
    ProblemReport problemReport = queryDailyReportsByDuration(domain, period, TaskHelper.nextMonthStart(period));
 
    new ProblemReportURLFilter().visitProblemReport(problemReport);
   
    MonthlyReport report = new MonthlyReport();

    report.setContent("");
    report.setCreationDate(new Date());
View Full Code Here

TOP

Related Classes of com.dianping.cat.consumer.problem.ProblemReportURLFilter

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.