Interface VersionGenerationStrategy
- All Known Implementing Classes:
IncrementPatchVersionGenerationStrategy
public interface VersionGenerationStrategy
Interface for a version generation strategy
-
Method Summary
Modifier and TypeMethodDescriptiongenerateNextVersion(String version) Generate the next version relative to the given version.
-
Method Details
-
generateNextVersion
Generate the next version relative to the given version.- Parameters:
version- the version to increment- Returns:
- the generated version
-