| Package | Description |
|---|---|
| org.springframework.boot.actuate.info |
Classes for application info.
|
| 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 © 2018 Pivotal Software, Inc.. All rights reserved.