Ejemplo n.º 1
0
 public function executeForRepository(Git_Hook_PushDetails $push_details)
 {
     $this->dao->logGitPush($push_details->getRepository()->getId(), $push_details->getUser()->getId(), $_SERVER['REQUEST_TIME'], count($push_details->getRevisionList()), $push_details->getRefname(), $push_details->getType(), $push_details->getRefnameType());
 }