Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.info |
Modifier and Type | Method and Description |
---|---|
InfoPropertiesInfoContributor.Mode |
InfoContributorProperties.Git.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
InfoContributorProperties.Git.setMode(InfoPropertiesInfoContributor.Mode mode) |
Modifier and Type | Method and Description |
---|---|
protected InfoPropertiesInfoContributor.Mode |
InfoPropertiesInfoContributor.getMode()
Return the mode that should be used to expose the content.
|
static InfoPropertiesInfoContributor.Mode |
InfoPropertiesInfoContributor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoPropertiesInfoContributor.Mode[] |
InfoPropertiesInfoContributor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GitInfoContributor(GitProperties properties,
InfoPropertiesInfoContributor.Mode mode) |
InfoPropertiesInfoContributor(T properties,
InfoPropertiesInfoContributor.Mode mode) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.