com.atlassian.confluence.status.service
Interface SystemCompatibilityService
- All Known Implementing Classes:
- DefaultSystemCompatibilityService
public interface SystemCompatibilityService
A service for retrieving information about the platforms supported by Confluence.
getSupportedJavaVersion
java.lang.String getSupportedJavaVersion()
- Returns:
- the supported jdk version of this Confluence instance
getSupportedOperatingSystems
java.util.Collection<java.lang.String> getSupportedOperatingSystems()
- Returns:
- a list of supported operating systems for Confluence server installation
getSupportedDatabases
java.util.Collection<java.lang.String> getSupportedDatabases()
- Returns:
- a list of supported databases
Copyright © 2003-2013 Atlassian. All Rights Reserved.