Configuring the Hook Engine
Configuring the Hook Engine
No methods for this task.
Hook Execution
Hook Execution
No methods for this task.
Git Hooks
Git Hooks
No methods for this task.
Mercurial Hooks
Mercurial Hooks
No methods for this task.
Subversion Hooks
Subversion Hooks
No methods for this task.
Internals
Internals
No methods for this task.
Other Methods
Other Methods
- public function setRemoteProtocol($remote_protocol)
- public function getRemoteProtocol()
- public function setRemoteAddress($remote_address)
- public function getRemoteAddress()
- public function setRequestIdentifier($request_identifier)
- public function getRequestIdentifier()
- public function setStartTime($start_time)
- public function getStartTime()
- public function setSubversionTransactionInfo($transaction, $repository)
- public function setStdin($stdin)
- public function getStdin()
- public function setOriginalArgv($original_argv)
- public function getOriginalArgv()
- public function setRepository($repository)
- public function getRepository()
- public function setViewer($viewer)
- public function getViewer()
- public function setMercurialHook($mercurial_hook)
- public function getMercurialHook()
- public function execute()
- private function findRefUpdates()
- private function rejectDangerousChanges($ref_updates)
- private function findContentUpdates($ref_updates)
- private function applyHeraldRefRules($ref_updates)
- private function applyHeraldContentRules($content_updates)
- private function applyHeraldRules($updates, $adapter_template)
- public function loadViewerProjectPHIDsForHerald()
- private function findGitRefUpdates()
- private function findGitMergeBases($ref_updates)
- private function findGitChangeFlags($ref_updates)
- private function findGitContentUpdates($ref_updates)
- private function applyCustomHooks($updates)
- private function getExecutablesInDirectory($directory)
- private function findMercurialRefUpdates()
- private function findMercurialChangegroupRefUpdates()
- private function findMercurialPushKeyRefUpdates()
- private function findMercurialContentUpdates($ref_updates)
- private function parseMercurialCommits($raw)
- private function parseMercurialHeads($raw)
- private function findSubversionRefUpdates()
- private function findSubversionContentUpdates($ref_updates)
- private function newPushLog()
- private function newPushEvent()
- private function rejectEnormousChanges($content_updates)
- private function loadChangesetsForCommit($identifier)
- public function getChangesetsForCommit($identifier)
- private function rejectOversizedFiles($content_updates)
- private function rejectCommitsAffectingTooManyPaths($content_updates)
- public function getFileSizesForCommit($identifier)
- private function loadFileSizesForCommit($identifier)
- public function loadCommitRefForCommit($identifier)
- public function loadBranches($identifier)
- private function loadCommitInfoForWorker($all_updates)
- private function isInitialImport($all_updates)