Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistWorkflow.php
| Show First 20 Lines • Show All 2,269 Lines • ▼ Show 20 Lines | final public function getRepositoryRef() { | ||||
| return $this->repositoryRef; | return $this->repositoryRef; | ||||
| } | } | ||||
| final public function getToolsetKey() { | final public function getToolsetKey() { | ||||
| return $this->getToolset()->getToolsetKey(); | return $this->getToolset()->getToolsetKey(); | ||||
| } | } | ||||
| final public function getConfig($key) { | |||||
| return $this->getConfigurationSourceList()->getConfig($key); | |||||
| } | |||||
| } | } | ||||