Examples of ProblemReportURLFilter


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