Package | Description |
---|---|
com.atlassian.bamboo.hibernate | |
com.atlassian.bamboo.plugins.git | |
com.atlassian.bamboo.upgrade.tasks.validation | |
com.atlassian.bamboo.util |
Modifier and Type | Method and Description |
---|---|
static Version |
DatabaseVersionHolder.getVersion() |
Modifier and Type | Method and Description |
---|---|
static @Nullable String |
DialectSelector.getDialect(@NotNull DatabaseType databaseType,
@NotNull Version version) |
static void |
DatabaseVersionHolder.setVersion(@NotNull Version actualVersion) |
Constructor and Description |
---|
GitCommandBuilder(Version gitVersion,
String... commands) |
Modifier and Type | Field and Description |
---|---|
static List<Version> |
JavaVersionIsSupported.SUPPORTED_VERSIONS
List of supported versions of Java, which we check against the version on the system
NOTE: This will need to be updated any time we support a new Java version
|
Modifier and Type | Method and Description |
---|---|
static Version |
JavaVersionIsSupported.parseJavaVersion(String[] version) |
Modifier and Type | Method and Description |
---|---|
static Version |
Version.lenient(@NotNull String version)
Supported formats:
- 1.2.3
- 1.2
- 1
all optionally followed by non digit or dot trailing characters.
|
static Version |
Version.of(@NotNull String version)
Supported formats:
- 1.2.3
- 1.2
- 1
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(@NotNull Version o) |
boolean |
Version.isGreaterOrEqualTo(@NotNull Version version) |
boolean |
Version.isGreaterThan(@NotNull Version version) |
boolean |
Version.isLessThan(@NotNull Version version) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.