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

BuildInfo() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  65f590b9_78eb_7df1_f5c1_5d2eb65a04a0["BuildInfo()"]
  8478c168_13ef_ddd4_d913_b7253c763c57["getExcludes()"]
  65f590b9_78eb_7df1_f5c1_5d2eb65a04a0 -->|calls| 8478c168_13ef_ddd4_d913_b7253c763c57
  d3a6c530_02ba_8680_bf8c_a138a07cf183["getDestinationDir()"]
  65f590b9_78eb_7df1_f5c1_5d2eb65a04a0 -->|calls| d3a6c530_02ba_8680_bf8c_a138a07cf183
  style 65f590b9_78eb_7df1_f5c1_5d2eb65a04a0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfo.java lines 49–52

	public BuildInfo() {
		this.properties = getProject().getObjects().newInstance(BuildInfoProperties.class, getExcludes());
		getDestinationDir().convention(getProject().getLayout().getBuildDirectory().dir(getName()));
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does BuildInfo() do?
BuildInfo() is a function in the spring-boot codebase.
What does BuildInfo() call?
BuildInfo() calls 2 function(s): getDestinationDir, getExcludes.

Analyze Your Own Codebase

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

Try Supermodel Free