JobScheduler should use JobAdapterInterface

Registered by Rafal Wokacz

The method JobScheduler.convert() should use the JobAdapterInterface like the following:
convert(JobInterface job)
{
JobAdapterInterface jobAdapter =new JobAdapter(job);
...
return jobAdapter;
}

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
Jarosław Salski
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Implemented
Milestone target:
milestone icon first-prototype-finished
Started by
Jarosław Salski
Completed by
Wojciech Żywno

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.