| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationHealthCheck |
ApplicationHealthCheck.from(String s) |
ApplicationHealthCheck |
PushApplicationRequest.getHealthCheckType()
The health check type for the application
|
ApplicationHealthCheck |
ApplicationManifest.getHealthCheckType()
The health check type
|
ApplicationHealthCheck |
SetApplicationHealthCheckRequest.getType()
The health check type
|
static ApplicationHealthCheck |
ApplicationHealthCheck.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationHealthCheck[] |
ApplicationHealthCheck.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ApplicationHealthCheck> |
Applications.getHealthCheck(GetApplicationHealthCheckRequest request)
Retrieve the Health Check Type of an application
|
Mono<ApplicationHealthCheck> |
DefaultApplications.getHealthCheck(GetApplicationHealthCheckRequest request) |
| Modifier and Type | Method and Description |
|---|---|
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.healthCheckType(ApplicationHealthCheck healthCheckType)
Initializes the value for the
healthCheckType attribute. |
ApplicationManifest.Builder |
ApplicationManifest.Builder.healthCheckType(ApplicationHealthCheck healthCheckType)
Initializes the value for the
healthCheckType attribute. |
SetApplicationHealthCheckRequest.Builder |
SetApplicationHealthCheckRequest.Builder.type(ApplicationHealthCheck type)
Initializes the value for the
type attribute. |
Copyright © 2018. All rights reserved.