Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
Modifier and Type | Method and Description |
---|---|
HealthProperties.ShowDetails |
HealthProperties.getShowDetails() |
static HealthProperties.ShowDetails |
HealthProperties.ShowDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthProperties.ShowDetails[] |
HealthProperties.ShowDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthProperties.setShowDetails(HealthProperties.ShowDetails showDetails) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.