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 Details

    • getPreparePhases

      List<String> getPreparePhases()

      getPreparePhases.

      Returns:
      The release phases to execute the calling the prepare goal
    • getPerformPhases

      List<String> getPerformPhases()

      getPerformPhases.

      Returns:
      The release phases to execute the calling the perform goal
    • getBranchPhases

      List<String> getBranchPhases()

      getBranchPhases.

      Returns:
      The release phases to execute the calling the branch goal
    • getRollbackPhases

      List<String> getRollbackPhases()

      getRollbackPhases.

      Returns:
      The release phases to execute the calling the rollback goal
    • getUpdateVersionsPhases

      List<String> getUpdateVersionsPhases()

      getUpdateVersionsPhases.

      Returns:
      The release phases to execute the calling the update-versions goal