Interface VersionGenerationStrategy
-
- All Known Implementing Classes:
IncrementPatchVersionGenerationStrategy
public interface VersionGenerationStrategyInterface for a version generation strategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgenerateNextVersion(String version)Generate the next version relative to the given version.
-