| Package | Description |
|---|---|
| com.atlassian.confluence.status.service | |
| com.atlassian.confluence.status.service.systeminfo |
| Modifier and Type | Method and Description |
|---|---|
Optional<CloudPlatformMetadata> |
CloudPlatformMetadataService.getCloudPlatformMetadata(CloudPlatformType platformType) |
Optional<ClusteredDatabasePlatformMetadata> |
SystemInformationService.getClusteredDatabaseInformation(CloudPlatformType cloudPlatformType) |
Optional<ClusteredDatabasePlatformMetadata> |
DefaultSystemInformationService.getClusteredDatabaseInformation(CloudPlatformType cloudPlatformType) |
Optional<ClusteredDatabasePlatformMetadata> |
ClusteredDatabasePlatformMetadataService.getClusteredDatabaseMetadataForPlatform(Connection databaseConnection,
CloudPlatformType platformType) |
| Modifier and Type | Method and Description |
|---|---|
CloudPlatformType |
CloudPlatformMetadata.getCloudPlatform() |
CloudPlatformType |
AwsCloudPlatform.getPlatformType() |
CloudPlatformType |
CloudPlatform.getPlatformType() |
CloudPlatformType |
AzureCloudPlatform.getPlatformType() |
CloudPlatformType |
GoogleCloudPlatform.getPlatformType() |
static CloudPlatformType |
CloudPlatformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudPlatformType[] |
CloudPlatformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CloudPlatformMetadata.Builder |
CloudPlatformMetadata.Builder.cloudPlatform(CloudPlatformType cloudPlatform) |
Copyright © 2003–2020 Atlassian. All rights reserved.