Home / Function/ buildInfoProperties() — spring-boot Function Reference

buildInfoProperties() — spring-boot Function Reference

Architecture documentation for the buildInfoProperties() function in BuildInfoTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  694f50fc_525a_9c2f_e867_646eb42273d8["buildInfoProperties()"]
  8840a0d8_0828_abf4_d7c6_97a733715515["basicExecution()"]
  8840a0d8_0828_abf4_d7c6_97a733715515 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  6616194c_4255_fa17_7b36_7ae5b3cb7886["customArtifactIsReflectedInProperties()"]
  6616194c_4255_fa17_7b36_7ae5b3cb7886 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  d26f01c8_2537_5715_0703_6d0fee235d8f["artifactCanBeExcludedFromProperties()"]
  d26f01c8_2537_5715_0703_6d0fee235d8f -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  52ec4ed2_a117_b9d8_a5b6_21c9085d73f0["projectGroupIsReflectedInProperties()"]
  52ec4ed2_a117_b9d8_a5b6_21c9085d73f0 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  94fed709_4358_140b_bb5f_012752813648["customGroupIsReflectedInProperties()"]
  94fed709_4358_140b_bb5f_012752813648 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  2c0c33b5_5863_83ae_beab_5a3218af81e7["groupCanBeExcludedFromProperties()"]
  2c0c33b5_5863_83ae_beab_5a3218af81e7 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  c84b4b11_321f_6876_a507_4c96858e1862["customNameIsReflectedInProperties()"]
  c84b4b11_321f_6876_a507_4c96858e1862 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  822bbe0c_63c2_3694_1237_3524c3b668e6["nameCanBeExcludedFromProperties()"]
  822bbe0c_63c2_3694_1237_3524c3b668e6 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  1ddd5b3b_e462_eb03_7982_5d59c5ddd28d["projectVersionIsReflectedInProperties()"]
  1ddd5b3b_e462_eb03_7982_5d59c5ddd28d -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  26bf9b41_4fa5_6846_2cee_220d797ef80b["customVersionIsReflectedInProperties()"]
  26bf9b41_4fa5_6846_2cee_220d797ef80b -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  4018a225_12c4_039b_5539_8bfece0a7b1a["versionCanBeExcludedFromProperties()"]
  4018a225_12c4_039b_5539_8bfece0a7b1a -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  288c8435_af97_947e_089c_e47f5147db60["timeIsSetInProperties()"]
  288c8435_af97_947e_089c_e47f5147db60 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  e5b12ba5_51e3_b4a1_2b36_af053f453f65["timeCanBeExcludedFromProperties()"]
  e5b12ba5_51e3_b4a1_2b36_af053f453f65 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  55f3c0e0_d206_9490_68b0_da5bc8b52daf["timeCanBeCustomizedInProperties()"]
  55f3c0e0_d206_9490_68b0_da5bc8b52daf -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  style 694f50fc_525a_9c2f_e867_646eb42273d8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoTests.java lines 183–186

	private Properties buildInfoProperties(BuildInfo task) {
		task.generateBuildProperties();
		return buildInfoProperties(new File(task.getDestinationDir().get().getAsFile(), "build-info.properties"));
	}

Domain

Subdomains

Frequently Asked Questions

What does buildInfoProperties() do?
buildInfoProperties() is a function in the spring-boot codebase.
What calls buildInfoProperties()?
buildInfoProperties() is called by 16 function(s): additionalPropertiesAreReflectedInProperties, additionalPropertiesCanBeExcluded, artifactCanBeExcludedFromProperties, basicExecution, customArtifactIsReflectedInProperties, customGroupIsReflectedInProperties, customNameIsReflectedInProperties, customVersionIsReflectedInProperties, and 8 more.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free