Uses of Class
com.atlassian.confluence.status.service.systeminfo.CloudPlatformType
-
Packages that use CloudPlatformType Package Description com.atlassian.confluence.status.service com.atlassian.confluence.status.service.systeminfo -
-
Uses of CloudPlatformType in com.atlassian.confluence.status.service
Methods in com.atlassian.confluence.status.service with parameters of type CloudPlatformType Modifier and Type Method Description Optional<CloudPlatformMetadata>CloudPlatformMetadataService. getCloudPlatformMetadata(CloudPlatformType platformType)Optional<ClusteredDatabasePlatformMetadata>DefaultSystemInformationService. getClusteredDatabaseInformation(CloudPlatformType cloudPlatformType)Optional<ClusteredDatabasePlatformMetadata>SystemInformationService. getClusteredDatabaseInformation(CloudPlatformType cloudPlatformType)Optional<ClusteredDatabasePlatformMetadata>ClusteredDatabasePlatformMetadataService. getClusteredDatabaseMetadataForPlatform(Connection databaseConnection, CloudPlatformType platformType) -
Uses of CloudPlatformType in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return CloudPlatformType Modifier and Type Method Description CloudPlatformTypeCloudPlatformMetadata. getCloudPlatform()CloudPlatformTypeAwsCloudPlatform. getPlatformType()CloudPlatformTypeAzureCloudPlatform. getPlatformType()CloudPlatformTypeCloudPlatform. getPlatformType()CloudPlatformTypeGoogleCloudPlatform. getPlatformType()static CloudPlatformTypeCloudPlatformType. 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.Methods in com.atlassian.confluence.status.service.systeminfo with parameters of type CloudPlatformType Modifier and Type Method Description CloudPlatformMetadata.BuilderCloudPlatformMetadata.Builder. cloudPlatform(CloudPlatformType cloudPlatform)
-