public Reporting<? extends ReportContainer<SingleFileReport>> getReporting() { return reporting; }
public void setReporting(Reporting<? extends ReportContainer<SingleFileReport>> reporting) { this.reporting = reporting; }
public ReportContainer<T> configure(Closure cl) { ConfigureUtil.configureSelf(cl, this); return this; }
public ReportContainer<T> configure(Closure cl) { ConfigureUtil.configure(cl, this, false); return this; }