-
Task
-
Resolution: Unresolved
-
Minor
-
-
Blue Ocean - Candidates, GSoC 2019. Coding Phase 1, GSoC 2019. Coding Phase 2
Like the Self-Promotion Condition, make the manual condition compatible taking into consideration of all the backward compatibility conditions.
Expected Flow for the Implementation:
- Since it is a parameterized build, PromotionProcess checks for its occurence, so make a new PromotionProcess Interface for this and carry out the same refactoring done for the Self-Promotion Condition.
Acceptance Criteria:
- Detach the Manual Promotion condition from PromotionProcess to a new interface.
- Make a new class for Manual Promotion.
- Unit Tests run good.