private function newUpdateJob($title)
 {
     return $this->jobFactory->newUpdateJob($title, array('pm' => $this->updateJobParseMode));
 }