Interface Strategy
- All Known Implementing Classes:
DefaultStrategy
public interface Strategy
Interface to override default strategy.
If a method returns
null, the default will be used, otherwise the provided collection of phaseIds- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionThe release phases to execute the calling the branch goalThe release phases to execute the calling the perform goalThe release phases to execute the calling the prepare goalThe release phases to execute the calling the rollback goalThe release phases to execute the calling the update-versions goal
-
Method Details
-
getPreparePhases
-
getPerformPhases
-
getBranchPhases
-
getRollbackPhases
-
getUpdateVersionsPhases
-