Package | Description |
---|---|
org.cloudfoundry.operations.applications |
Modifier and Type | Method and Description |
---|---|
ApplicationHealthCheck |
PushApplicationRequest.getHealthCheckType()
The health check type for the application
|
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
|
Modifier and Type | Method and Description |
---|---|
PushApplicationRequest.Builder |
PushApplicationRequest.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 © 2016 Pivotal Software, Inc.. All rights reserved.