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

generatedBuildInfoReproducibleEpochSeconds() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  d28b7de1_1546_0838_1ece_d6a67b617b96["generatedBuildInfoReproducibleEpochSeconds()"]
  d7e48ab8_a649_6c40_d0dd_ee6c5b4a38b7["buildInfo()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| d7e48ab8_a649_6c40_d0dd_ee6c5b4a38b7
  952633e8_00fd_8fe3_b21b_7ba7383f21d8["hasBuildGroup()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| 952633e8_00fd_8fe3_b21b_7ba7383f21d8
  3c76514f_8eae_eb30_ce3c_284d7e35dfe7["hasBuildArtifact()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| 3c76514f_8eae_eb30_ce3c_284d7e35dfe7
  5b8578a8_3454_372b_356a_8bed277bad91["hasBuildName()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91
  ad719626_aac8_ee41_60d2_e5be91e9a3b2["hasBuildVersion()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| ad719626_aac8_ee41_60d2_e5be91e9a3b2
  0906b17d_22f3_01b9_7848_185e2e3e8847["hasBuildTime()"]
  d28b7de1_1546_0838_1ece_d6a67b617b96 -->|calls| 0906b17d_22f3_01b9_7848_185e2e3e8847
  style d28b7de1_1546_0838_1ece_d6a67b617b96 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 87–95

	@TestTemplate
	void generatedBuildInfoReproducibleEpochSeconds(MavenBuild mavenBuild) {
		mavenBuild.project("build-info-reproducible-epoch-seconds")
			.execute(buildInfo((buildInfo) -> assertThat(buildInfo).hasBuildGroup("org.springframework.boot.maven.it")
				.hasBuildArtifact("build-reproducible-epoch-seconds")
				.hasBuildName("Generate build info with build time from project.build.outputTimestamp")
				.hasBuildVersion("0.0.1.BUILD-SNAPSHOT")
				.hasBuildTime(Instant.ofEpochSecond(1619004153).toString())));
	}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free