|
707 | 707 | 'HarbormasterBuildViewController' => 'applications/harbormaster/controller/HarbormasterBuildViewController.php',
|
708 | 708 | 'HarbormasterBuildWorker' => 'applications/harbormaster/worker/HarbormasterBuildWorker.php',
|
709 | 709 | 'HarbormasterBuildable' => 'applications/harbormaster/storage/HarbormasterBuildable.php',
|
| 710 | + 'HarbormasterBuildableInterface' => 'applications/harbormaster/interface/HarbormasterBuildableInterface.php', |
710 | 711 | 'HarbormasterBuildableListController' => 'applications/harbormaster/controller/HarbormasterBuildableListController.php',
|
711 | 712 | 'HarbormasterBuildableQuery' => 'applications/harbormaster/query/HarbormasterBuildableQuery.php',
|
712 | 713 | 'HarbormasterBuildableSearchEngine' => 'applications/harbormaster/query/HarbormasterBuildableSearchEngine.php',
|
|
715 | 716 | 'HarbormasterController' => 'applications/harbormaster/controller/HarbormasterController.php',
|
716 | 717 | 'HarbormasterDAO' => 'applications/harbormaster/storage/HarbormasterDAO.php',
|
717 | 718 | 'HarbormasterHTTPRequestBuildStepImplementation' => 'applications/harbormaster/step/HarbormasterHTTPRequestBuildStepImplementation.php',
|
| 719 | + 'HarbormasterManagementBuildWorkflow' => 'applications/harbormaster/management/HarbormasterManagementBuildWorkflow.php', |
| 720 | + 'HarbormasterManagementWorkflow' => 'applications/harbormaster/management/HarbormasterManagementWorkflow.php', |
718 | 721 | 'HarbormasterObject' => 'applications/harbormaster/storage/HarbormasterObject.php',
|
719 | 722 | 'HarbormasterPHIDTypeBuild' => 'applications/harbormaster/phid/HarbormasterPHIDTypeBuild.php',
|
720 | 723 | 'HarbormasterPHIDTypeBuildItem' => 'applications/harbormaster/phid/HarbormasterPHIDTypeBuildItem.php',
|
|
2747 | 2750 | array(
|
2748 | 2751 | 0 => 'DifferentialDAO',
|
2749 | 2752 | 1 => 'PhabricatorPolicyInterface',
|
| 2753 | + 2 => 'HarbormasterBuildableInterface', |
2750 | 2754 | ),
|
2751 | 2755 | 'DifferentialDiffContentMail' => 'DifferentialMail',
|
2752 | 2756 | 'DifferentialDiffCreateController' => 'DifferentialController',
|
|
2814 | 2818 | 2 => 'PhabricatorPolicyInterface',
|
2815 | 2819 | 3 => 'PhabricatorFlaggableInterface',
|
2816 | 2820 | 4 => 'PhrequentTrackableInterface',
|
| 2821 | + 5 => 'HarbormasterBuildableInterface', |
2817 | 2822 | ),
|
2818 | 2823 | 'DifferentialRevisionCommentListView' => 'AphrontView',
|
2819 | 2824 | 'DifferentialRevisionCommentView' => 'AphrontView',
|
|
3131 | 3136 | array(
|
3132 | 3137 | 0 => 'HarbormasterDAO',
|
3133 | 3138 | 1 => 'PhabricatorPolicyInterface',
|
| 3139 | + 2 => 'HarbormasterBuildableInterface', |
3134 | 3140 | ),
|
3135 | 3141 | 'HarbormasterBuildableListController' =>
|
3136 | 3142 | array(
|
|
3144 | 3150 | 'HarbormasterController' => 'PhabricatorController',
|
3145 | 3151 | 'HarbormasterDAO' => 'PhabricatorLiskDAO',
|
3146 | 3152 | 'HarbormasterHTTPRequestBuildStepImplementation' => 'VariableBuildStepImplementation',
|
| 3153 | + 'HarbormasterManagementBuildWorkflow' => 'HarbormasterManagementWorkflow', |
| 3154 | + 'HarbormasterManagementWorkflow' => 'PhutilArgumentWorkflow', |
3147 | 3155 | 'HarbormasterObject' => 'HarbormasterDAO',
|
3148 | 3156 | 'HarbormasterPHIDTypeBuild' => 'PhabricatorPHIDType',
|
3149 | 3157 | 'HarbormasterPHIDTypeBuildItem' => 'PhabricatorPHIDType',
|
|
4342 | 4350 | 1 => 'PhabricatorPolicyInterface',
|
4343 | 4351 | 2 => 'PhabricatorFlaggableInterface',
|
4344 | 4352 | 3 => 'PhabricatorTokenReceiverInterface',
|
| 4353 | + 4 => 'HarbormasterBuildableInterface', |
4345 | 4354 | ),
|
4346 | 4355 | 'PhabricatorRepositoryCommitChangeParserWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
4347 | 4356 | 'PhabricatorRepositoryCommitData' => 'PhabricatorRepositoryDAO',
|
|
0 commit comments