Interface VersionGenerationStrategy

All Known Implementing Classes:
IncrementPatchVersionGenerationStrategy

public interface VersionGenerationStrategy
Interface for a version generation strategy
  • Method Summary

    Modifier and Type
    Method
    Description
    Generate the next version relative to the given version.
  • Method Details

    • generateNextVersion

      String generateNextVersion(String version)
      Generate the next version relative to the given version.
      Parameters:
      version - the version to increment
      Returns:
      the generated version