Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch
Description
The method schedulJob of the Scheduler Interface (org.apache.archiva.redback.components.scheduler.Scheduler) takes as first argument a JobDetailImpl. The patch submitted change it to a JobDetail, the interface implemented by JobDetailImpl.
This is because the JobBuilder methods create JobDetail.