Changeset View
Changeset View
Standalone View
Standalone View
src/applications/drydock/storage/DrydockRepositoryOperation.php
| Show First 20 Lines • Show All 152 Lines • ▼ Show 20 Lines | switch ($this->getOperationState()) { | ||||
| case self::STATE_WAIT: | case self::STATE_WAIT: | ||||
| case self::STATE_WORK: | case self::STATE_WORK: | ||||
| return true; | return true; | ||||
| } | } | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function getWorkingCopyMerges() { | |||||
| return $this->getImplementation()->getWorkingCopyMerges( | |||||
| $this); | |||||
| } | |||||
| /* -( PhabricatorPolicyInterface )----------------------------------------- */ | /* -( PhabricatorPolicyInterface )----------------------------------------- */ | ||||
| public function getCapabilities() { | public function getCapabilities() { | ||||
| return array( | return array( | ||||
| PhabricatorPolicyCapability::CAN_VIEW, | PhabricatorPolicyCapability::CAN_VIEW, | ||||
| PhabricatorPolicyCapability::CAN_EDIT, | PhabricatorPolicyCapability::CAN_EDIT, | ||||
| Show All 18 Lines | |||||