public function getJobsAction()
 {
     $jobs = Pimcore_Update::getJobs($this->_getParam("toRevision"));
     $this->_helper->json($jobs);
 }