ROOT_LOGGER.endingCollection();
JdrReport result = new JdrReport();
result.setStartTime(startTime);
result.setEndTime(endTime);
result.setLocation(report.asString());
return result;
}
/**
* Sets the location for where the report archive will be created.