Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.info |
Auto-configuration for actuator info concerns.
|
org.springframework.boot.actuate.info |
Classes for application info.
|
Modifier and Type | Method and Description |
---|---|
InfoContributor |
InfoContributorAutoConfiguration.buildInfoContributor(BuildProperties buildProperties) |
Modifier and Type | Method and Description |
---|---|
InfoEndpoint |
InfoEndpointAutoConfiguration.infoEndpoint(ObjectProvider<List<InfoContributor>> infoContributors) |
Modifier and Type | Class and Description |
---|---|
class |
BuildInfoContributor
An
InfoContributor that exposes BuildProperties . |
class |
EnvironmentInfoContributor
An
InfoContributor that provides all environment entries prefixed with info. |
class |
GitInfoContributor
An
InfoContributor that exposes GitProperties . |
class |
InfoPropertiesInfoContributor<T extends InfoProperties>
A base
InfoContributor to expose an InfoProperties . |
class |
MapInfoContributor
A simple
InfoContributor that exposes a map. |
class |
SimpleInfoContributor
A simple
InfoContributor that exposes a single detail. |
Constructor and Description |
---|
InfoEndpoint(List<InfoContributor> infoContributors)
Create a new
InfoEndpoint instance. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.