Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Class and Description |
---|---|
class |
ScpCfCloudPlatform
Implementation for the SAP Cloud Platform Cloud Foundry variant.
|
class |
ScpNeoCloudPlatform
Implementation for the SAP Cloud Platform Neo variant.
|
Modifier and Type | Method and Description |
---|---|
static CloudPlatform |
CloudPlatformAccessor.getCloudPlatform()
Returns the current
CloudPlatform . |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<CloudPlatform> |
ScpCfCloudPlatformFacade.tryGetCloudPlatform()
Returns a
Try of the platform-specific implementation instance of CloudPlatform . |
io.vavr.control.Try<CloudPlatform> |
ScpNeoCloudPlatformFacade.tryGetCloudPlatform()
Returns a
Try of the platform-specific implementation instance of CloudPlatform . |
io.vavr.control.Try<CloudPlatform> |
CloudPlatformFacade.tryGetCloudPlatform()
Returns a
Try of the platform-specific implementation instance of CloudPlatform . |
static io.vavr.control.Try<CloudPlatform> |
CloudPlatformAccessor.tryGetCloudPlatform()
Returns a
Try of the current CloudPlatform . |
Modifier and Type | Method and Description |
---|---|
CloudPlatform |
MockUtil.mockCurrentCloudPlatform() |
CloudPlatform |
MockUtil.mockCurrentCloudPlatform(String applicationName) |
Copyright © 2021 SAP SE. All rights reserved.