/** * Sets the description that should be used for job output resources. * * @param outputDescription the job output resources description * @since 3.0 */ public ReportJobRepositoryDestinationModel setOutputDescription(String outputDescription) { super.setOutputDescription(outputDescription); return this; }