| 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 String |
DialectSelector.getDialect(DatabaseType databaseType,
Version version) |
static void |
DatabaseVersionHolder.setVersion(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(String version)
Supported formats:
- 1.2.3
- 1.2
- 1
all optionally followed by non digit or dot trailing characters.
|
static Version |
Version.of(String version)
Supported formats:
- 1.2.3
- 1.2
- 1
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version o) |
boolean |
Version.isGreaterOrEqualTo(Version version) |
boolean |
Version.isGreaterThan(Version version) |
boolean |
Version.isLessThan(Version version) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.