3 final class ReleephBranchCommitFieldSpecification
4 extends ReleephFieldSpecification
{
6 public function getFieldKey() {
10 public function getName() {
14 public function getRequiredHandlePHIDsForPropertyView() {
15 $pull = $this->getReleephRequest();
17 if ($pull->getCommitPHID()) {
18 return array($pull->getCommitPHID());
24 public function renderPropertyViewValue(array $handles) {
25 return $this->renderHandleList($handles);