Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistWorkflow.php
| Show First 20 Lines • Show All 2,265 Lines • ▼ Show 20 Lines | if (!$this->repositoryRef) { | ||||
| ->setBrowseURI($this->getRepositoryURI()); | ->setBrowseURI($this->getRepositoryURI()); | ||||
| $this->repositoryRef = $ref; | $this->repositoryRef = $ref; | ||||
| } | } | ||||
| return $this->repositoryRef; | return $this->repositoryRef; | ||||
| } | } | ||||
| final public function getToolsetKey() { | |||||
| return $this->getToolset()->getToolsetKey(); | |||||
| } | |||||
| } | } | ||||