Uses of Class
de.softwareforge.testing.maven.MavenVersionMatchBuilder
-
Uses of MavenVersionMatchBuilder in de.softwareforge.testing.maven
Modifier and TypeMethodDescriptionCreate a new version match builder to retrieve an artifact.MavenVersionMatchBuilder.exactMatch
(String partial) Support an exact match to a version.Set the extension to consider.MavenVersionMatchBuilder.includeSnapshots
(boolean includeSnapshots) If true, snapshots are included in the results.MavenVersionMatchBuilder.partialMatch
(String partial) Support a partial match to the given version string.MavenVersionMatchBuilder.semVerMajor
(int major) Supports semantic versioning, match the major version.MavenVersionMatchBuilder.semVerMinor
(int major, int minor) Supports semantic versioning, match the major and minor version.