Interface Strategy
public interface Strategy
Interface to override default strategy.
If a method returns
null
, the default will be used, otherwise the provided collection of phaseIds- Author:
- Robert Scholte
-
Method Summary
Modifier and TypeMethodDescriptiongetBranchPhases.getPerformPhases.getPreparePhases.getRollbackPhases.getUpdateVersionsPhases.
-
Method Details
-
getPreparePhases
getPreparePhases.
- Returns:
- The release phases to execute the calling the prepare goal
-
getPerformPhases
getPerformPhases.
- Returns:
- The release phases to execute the calling the perform goal
-
getBranchPhases
getBranchPhases.
- Returns:
- The release phases to execute the calling the branch goal
-
getRollbackPhases
getRollbackPhases.
- Returns:
- The release phases to execute the calling the rollback goal
-
getUpdateVersionsPhases
getUpdateVersionsPhases.
- Returns:
- The release phases to execute the calling the update-versions goal
-