Interface VersionEvaluatorProvider
- All Superinterfaces:
VersionEvaluator
- All Known Implementing Classes:
VersionEvaluatorProvider
Defines the SPI for version evaluator implementations.
-
Method Summary
Modifier and TypeMethodDescriptionrepository(org.eclipse.jgit.lib.Repository repository) Sets the repository to use.Methods inherited from interface VersionEvaluator
subDirectory, tagFilter, tagProcessor, version
-
Method Details
-
repository
Sets the repository to use.- Parameters:
repository- the repository- Returns:
- the version evaluator provider
-