Package io.quarkus.info.deployment
Interface InfoBuildTimeConfig.Build
- Enclosing interface:
InfoBuildTimeConfig
public static interface InfoBuildTimeConfig.Build
-
Method Summary
Modifier and TypeMethodDescriptionAdditional properties to be added to the build sectionbooleanenabled()Whether build info will be included in the info endpoint
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Whether build info will be included in the info endpoint -
additionalProperties
Additional properties to be added to the build section
-