public class JavaVersionSupportDefiner extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
defineSupportedJavaVersion(String bambooVersion)
Defines the supported Java versions based on the provided Bamboo version.
|
static String |
getFormattedSupportedJavaVersion()
Returns a formatted string of the supported Java versions.
|
static List<Version> |
getSupportedJavaVersions()
Returns the list of supported Java versions.
|
static Version |
parseBambooVersion(String versionString)
Parses a Bamboo version string into a Version object.
|
public static void defineSupportedJavaVersion(String bambooVersion)
bambooVersion - the Bamboo version, as a stringpublic static Version parseBambooVersion(String versionString)
versionString - - String representation of the Bamboo versionpublic static List<Version> getSupportedJavaVersions()
public static String getFormattedSupportedJavaVersion()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.