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

hasBuildTime() — spring-boot Function Reference

Architecture documentation for the hasBuildTime() function in BuildInfoIntegrationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  0906b17d_22f3_01b9_7848_185e2e3e8847["hasBuildTime()"]
  9cd4bfc1_f734_94ee_6b3d_57342f596b96["generatedBuildInfoUsesCustomBuildTime()"]
  9cd4bfc1_f734_94ee_6b3d_57342f596b96 -->|calls| 0906b17d_22f3_01b9_7848_185e2e3e8847
  11850794_971b_2557_854a_4243dc2b261e["generatedBuildInfoReproducible()"]
  11850794_971b_2557_854a_4243dc2b261e -->|calls| 0906b17d_22f3_01b9_7848_185e2e3e8847
  d28b7de1_1546_0838_1ece_d6a67b617b96["generatedBuildInfoReproducibleEpochSeconds()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| 0906b17d_22f3_01b9_7848_185e2e3e8847
  style 0906b17d_22f3_01b9_7848_185e2e3e8847 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildInfoIntegrationTests.java lines 215–217

		BuildInfoAssert hasBuildTime(String expected) {
			return containsEntry("build.time", expected);
		}

Domain

Subdomains

Frequently Asked Questions

What does hasBuildTime() do?
hasBuildTime() is a function in the spring-boot codebase.
What calls hasBuildTime()?
hasBuildTime() is called by 3 function(s): generatedBuildInfoReproducible, generatedBuildInfoReproducibleEpochSeconds, generatedBuildInfoUsesCustomBuildTime.

Analyze Your Own Codebase

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

Try Supermodel Free