« Return to Thread: [jira] (MRM-1655) In interface Scheduler the method schedulJob takes an implementation, not a interface

[jira] (MRM-1655) In interface Scheduler the method schedulJob takes an implementation, not a interface

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | View in Thread


     [ https://jira.codehaus.org/browse/MRM-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-1655:
------------------------------

    Fix Version/s: 1.4-M3
   

> In interface Scheduler the method schedulJob takes an implementation, not a interface
> -------------------------------------------------------------------------------------
>
>                 Key: MRM-1655
>                 URL: https://jira.codehaus.org/browse/MRM-1655
>             Project: Archiva
>          Issue Type: Improvement
>            Reporter: Adrien Lecharpentier
>            Assignee: Olivier Lamy
>             Fix For: 1.4-M3
>
>         Attachments: redback-scheduler.patch
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

 « Return to Thread: [jira] (MRM-1655) In interface Scheduler the method schedulJob takes an implementation, not a interface