public interface SystemCompatibilityService
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getSupportedDatabases() |
String |
getSupportedJavaRuntime()
Deprecated.
since 6.13 use
getSupportedJavaRuntimes() |
Collection<String> |
getSupportedJavaRuntimes() |
Collection<String> |
getSupportedJavaVersions() |
Collection<String> |
getSupportedOperatingSystems() |
Collection<String> |
getSupportedTomcatVersions() |
Collection<String> getSupportedJavaVersions()
Collection<String> getSupportedJavaRuntimes()
@Deprecated String getSupportedJavaRuntime()
getSupportedJavaRuntimes()
Collection<String> getSupportedOperatingSystems()
Collection<String> getSupportedDatabases()
Collection<String> getSupportedTomcatVersions()
Copyright © 2003–2020 Atlassian. All rights reserved.