protected function executeQuery()
protected function executeQuery()
Return
wild |
public function setRepository($repository)Inherited
public function setRepository($repository)
Inherited
Parameters
PhabricatorRepository | $repository |
Return
wild |
public function getRepository()Inherited
public function getRepository()
Inherited
Return
wild |
public function execute()Inherited
public function execute()
Inherited
Return
wild |
protected function filterRefsByType($refs, $types)Inherited
protected function filterRefsByType($refs, $types)
Inherited
Parameters
array | $refs | |
array | $types |
Return
wild |
public function withRefs($refs)
public function withRefs($refs)
Parameters
array | $refs |
Return
wild |
public function withTypes($types)
public function withTypes($types)
Parameters
array | $types |
Return
wild |
private function resolveGitAndMercurialRefs()
private function resolveGitAndMercurialRefs()
Resolve refs in Git and Mercurial repositories.
We can resolve commit hashes from the commits table, and branch and tag names from the refcursor table.
Return
wild |
private function resolveSubversionRefs()
private function resolveSubversionRefs()
Resolve refs in Subversion repositories.
We can resolve all numeric identifiers and the keyword HEAD.
Return
wild |