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
The release phases to execute the calling the prepare goal- Returns:
-
getPerformPhases
The release phases to execute the calling the perform goal- Returns:
-
getBranchPhases
The release phases to execute the calling the branch goal- Returns:
-
getRollbackPhases
The release phases to execute the calling the rollback goal- Returns:
-
getUpdateVersionsPhases
The release phases to execute the calling the update-versions goal- Returns:
-