configureBootBuildImageTask() — spring-boot Function Reference
Architecture documentation for the configureBootBuildImageTask() function in WarPluginAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 07c5a838_1106_8471_f6e4_c6a712c8b151["configureBootBuildImageTask()"] ba49de44_6245_e8f9_b5f0_4312efa51ef0["execute()"] ba49de44_6245_e8f9_b5f0_4312efa51ef0 -->|calls| 07c5a838_1106_8471_f6e4_c6a712c8b151 b39b7d94_d333_4ced_2158_4ff710b5ae76["getArchiveFile()"] 07c5a838_1106_8471_f6e4_c6a712c8b151 -->|calls| b39b7d94_d333_4ced_2158_4ff710b5ae76 style 07c5a838_1106_8471_f6e4_c6a712c8b151 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/WarPluginAction.java lines 117–121
private void configureBootBuildImageTask(Project project, TaskProvider<BootWar> bootWar) {
project.getTasks()
.named(SpringBootPlugin.BOOT_BUILD_IMAGE_TASK_NAME, BootBuildImage.class)
.configure((buildImage) -> buildImage.getArchiveFile().set(bootWar.get().getArchiveFile()));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does configureBootBuildImageTask() do?
configureBootBuildImageTask() is a function in the spring-boot codebase.
What does configureBootBuildImageTask() call?
configureBootBuildImageTask() calls 1 function(s): getArchiveFile.
What calls configureBootBuildImageTask()?
configureBootBuildImageTask() is called by 1 function(s): execute.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free