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

hasBuildName() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5b8578a8_3454_372b_356a_8bed277bad91["hasBuildName()"]
  4cb16550_b983_7ada_77cf_c13139c18deb["buildInfoPropertiesAreGenerated()"]
  4cb16550_b983_7ada_77cf_c13139c18deb -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  829f6291_465f_82a9_1d76_a61fee58f6e6["generatedBuildInfoIncludesAdditionalProperties()"]
  829f6291_465f_82a9_1d76_a61fee58f6e6 -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  9cd4bfc1_f734_94ee_6b3d_57342f596b96["generatedBuildInfoUsesCustomBuildTime()"]
  9cd4bfc1_f734_94ee_6b3d_57342f596b96 -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  11850794_971b_2557_854a_4243dc2b261e["generatedBuildInfoReproducible()"]
  11850794_971b_2557_854a_4243dc2b261e -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  d28b7de1_1546_0838_1ece_d6a67b617b96["generatedBuildInfoReproducibleEpochSeconds()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  401f328b_0c92_fb93_a664_d33504c3fbf9["buildInfoPropertiesAreGeneratedToCustomOutputLocation()"]
  401f328b_0c92_fb93_a664_d33504c3fbf9 -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  5cbd90ba_f7e3_13ef_7fad_b58c276bf407["whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo()"]
  5cbd90ba_f7e3_13ef_7fad_b58c276bf407 -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  bb6c061d_fd85_41dc_ff94_05fd2e51aade["whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo()"]
  bb6c061d_fd85_41dc_ff94_05fd2e51aade -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  style 5b8578a8_3454_372b_356a_8bed277bad91 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 191–193

		BuildInfoAssert hasBuildName(String expected) {
			return containsEntry("build.name", expected);
		}

Domain

Subdomains

Frequently Asked Questions

What does hasBuildName() do?
hasBuildName() is a function in the spring-boot codebase.
What calls hasBuildName()?
hasBuildName() is called by 8 function(s): buildInfoPropertiesAreGenerated, buildInfoPropertiesAreGeneratedToCustomOutputLocation, generatedBuildInfoIncludesAdditionalProperties, generatedBuildInfoReproducible, generatedBuildInfoReproducibleEpochSeconds, generatedBuildInfoUsesCustomBuildTime, whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo, whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo.

Analyze Your Own Codebase

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

Try Supermodel Free