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

whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  bb6c061d_fd85_41dc_ff94_05fd2e51aade["whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo()"]
  d7e48ab8_a649_6c40_d0dd_ee6c5b4a38b7["buildInfo()"]
  bb6c061d_fd85_41dc_ff94_05fd2e51aade -->|calls| d7e48ab8_a649_6c40_d0dd_ee6c5b4a38b7
  952633e8_00fd_8fe3_b21b_7ba7383f21d8["hasBuildGroup()"]
  bb6c061d_fd85_41dc_ff94_05fd2e51aade -->|calls| 952633e8_00fd_8fe3_b21b_7ba7383f21d8
  3c76514f_8eae_eb30_ce3c_284d7e35dfe7["hasBuildArtifact()"]
  bb6c061d_fd85_41dc_ff94_05fd2e51aade -->|calls| 3c76514f_8eae_eb30_ce3c_284d7e35dfe7
  5b8578a8_3454_372b_356a_8bed277bad91["hasBuildName()"]
  bb6c061d_fd85_41dc_ff94_05fd2e51aade -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  ad719626_aac8_ee41_60d2_e5be91e9a3b2["hasBuildVersion()"]
  bb6c061d_fd85_41dc_ff94_05fd2e51aade -->|calls| ad719626_aac8_ee41_60d2_e5be91e9a3b2
  5167af27_d5bd_88b4_79d7_839699b46b91["doesNotContainBuildTime()"]
  bb6c061d_fd85_41dc_ff94_05fd2e51aade -->|calls| 5167af27_d5bd_88b4_79d7_839699b46b91
  style bb6c061d_fd85_41dc_ff94_05fd2e51aade 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 118–126

	@TestTemplate
	void whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo(MavenBuild mavenBuild) {
		mavenBuild.project("build-info-exclude-build-time")
			.execute(buildInfo((buildInfo) -> assertThat(buildInfo).hasBuildGroup("org.springframework.boot.maven.it")
				.hasBuildArtifact("build-info-exclude-build-time")
				.hasBuildName("Generate build info with excluded build time")
				.hasBuildVersion("0.0.1.BUILD-SNAPSHOT")
				.doesNotContainBuildTime()));
	}

Domain

Subdomains

Frequently Asked Questions

What does whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo() do?
whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo() is a function in the spring-boot codebase.
What does whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo() call?
whenBuildTimeIsExcludedIfDoesNotAppearInGeneratedBuildInfo() calls 6 function(s): buildInfo, doesNotContainBuildTime, hasBuildArtifact, hasBuildGroup, hasBuildName, hasBuildVersion.

Analyze Your Own Codebase

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

Try Supermodel Free