Changeset View
Changeset View
Standalone View
Standalone View
src/applications/repository/storage/PhabricatorRepositoryCommit.php
| Show First 20 Lines • Show All 343 Lines • ▼ Show 20 Lines | public function getAvailableBuildVariables() { | ||||
| ); | ); | ||||
| } | } | ||||
| /* -( PhabricatorCustomFieldInterface )------------------------------------ */ | /* -( PhabricatorCustomFieldInterface )------------------------------------ */ | ||||
| public function getCustomFieldSpecificationForRole($role) { | public function getCustomFieldSpecificationForRole($role) { | ||||
| // TODO: We could make this configurable eventually, but just use the | return PhabricatorEnv::getEnvConfig('diffusion.fields'); | ||||
| // defaults for now. | |||||
| return array(); | |||||
| } | } | ||||
| public function getCustomFieldBaseClass() { | public function getCustomFieldBaseClass() { | ||||
| return 'PhabricatorCommitCustomField'; | return 'PhabricatorCommitCustomField'; | ||||
| } | } | ||||
| public function getCustomFields() { | public function getCustomFields() { | ||||
| return $this->assertAttached($this->customFields); | return $this->assertAttached($this->customFields); | ||||
| ▲ Show 20 Lines • Show All 71 Lines • Show Last 20 Lines | |||||