Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistLandWorkflow.php
| Show First 20 Lines • Show All 274 Lines • ▼ Show 20 Lines | return array( | ||||
| $this->newPrompt('arc.land.failed-builds') | $this->newPrompt('arc.land.failed-builds') | ||||
| ->setDescription( | ->setDescription( | ||||
| pht( | pht( | ||||
| 'Confirms that revisions with failed builds should land.')), | 'Confirms that revisions with failed builds should land.')), | ||||
| $this->newPrompt('arc.land.ongoing-builds') | $this->newPrompt('arc.land.ongoing-builds') | ||||
| ->setDescription( | ->setDescription( | ||||
| pht( | pht( | ||||
| 'Confirms that revisions with ongoing builds should land.')), | 'Confirms that revisions with ongoing builds should land.')), | ||||
| $this->newPrompt('arc.land.create') | |||||
| ->setDescription( | |||||
| pht( | |||||
| 'Confirms that new branches or bookmarks should be created '. | |||||
| 'in the remote.')), | |||||
| ); | ); | ||||
| } | } | ||||
| public function getLargeWorkingSetLimit() { | public function getLargeWorkingSetLimit() { | ||||
| return 50; | return 50; | ||||
| } | } | ||||
| public function runWorkflow() { | public function runWorkflow() { | ||||
| ▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines | |||||