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

getBuildRequest() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  9a5d8463_7ccc_92fb_b27a_b63e59c123b1["getBuildRequest()"]
  e75c7b8d_0140_ea26_6b52_e82ab18f2562["customize()"]
  9a5d8463_7ccc_92fb_b27a_b63e59c123b1 -->|calls| e75c7b8d_0140_ea26_6b52_e82ab18f2562
  2cd58281_abe5_5437_2344_dd72b29cc617["getOrDeduceName()"]
  9a5d8463_7ccc_92fb_b27a_b63e59c123b1 -->|calls| 2cd58281_abe5_5437_2344_dd72b29cc617
  8bb4302a_4170_a9a4_61f5_3416246a0165["of()"]
  9a5d8463_7ccc_92fb_b27a_b63e59c123b1 -->|calls| 8bb4302a_4170_a9a4_61f5_3416246a0165
  style 9a5d8463_7ccc_92fb_b27a_b63e59c123b1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/Image.java lines 241–243

	BuildRequest getBuildRequest(Artifact artifact, Function<Owner, TarArchive> applicationContent) {
		return customize(BuildRequest.of(getOrDeduceName(artifact), applicationContent));
	}

Domain

Subdomains

Frequently Asked Questions

What does getBuildRequest() do?
getBuildRequest() is a function in the spring-boot codebase.
What does getBuildRequest() call?
getBuildRequest() calls 3 function(s): customize, getOrDeduceName, of.

Analyze Your Own Codebase

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

Try Supermodel Free