Uses of Class
com.atlassian.bamboo.util.Version
Package
Description
-
Uses of Version in com.atlassian.bamboo.hibernate
Modifier and TypeMethodDescriptionstatic @Nullable String
DialectSelector.getDialect
(@NotNull DatabaseType databaseType, @NotNull Version version) static void
DatabaseVersionHolder.setVersion
(@NotNull Version actualVersion) -
Uses of Version in com.atlassian.bamboo.plugins.git
ModifierConstructorDescriptionprotected
GitCommandBuilder
(Version gitVersion, String... commands) -
Uses of Version in com.atlassian.bamboo.upgrade.tasks.validation
Modifier and TypeMethodDescriptionstatic Version
JavaVersionSupportDefiner.parseBambooVersion
(String versionString) Parses a Bamboo version string into a Version object.static Version
JavaVersionIsSupported.parseJavaVersion
(String[] version) Parses an array representation of a Java version into a Version object.Modifier and TypeMethodDescriptionJavaVersionSupportDefiner.getSupportedJavaVersions()
Returns the list of supported Java versions. -
Uses of Version in com.atlassian.bamboo.util
Modifier and TypeMethodDescriptionstatic Version
Supported formats: - 1.2.3 - 1.2 - 1 all optionally followed by non digit or dot trailing characters.static Version
Supported formats: - 1.2.3 - 1.2 - 1Modifier and TypeMethodDescriptionint
boolean
Version.isGreaterOrEqualTo
(@NotNull Version version) boolean
Version.isGreaterThan
(@NotNull Version version) boolean
Version.isLessThan
(@NotNull Version version)