execute() — spring-boot Function Reference
Architecture documentation for the execute() function in WarPluginAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ba49de44_6245_e8f9_b5f0_4312efa51ef0["execute()"] d00feb96_f042_8c41_744e_d0046bf40f09["classifyWarTask()"] ba49de44_6245_e8f9_b5f0_4312efa51ef0 -->|calls| d00feb96_f042_8c41_744e_d0046bf40f09 bbac5d71_3e78_f521_e8fb_41fb8b4f68c5["configureBootWarTask()"] ba49de44_6245_e8f9_b5f0_4312efa51ef0 -->|calls| bbac5d71_3e78_f521_e8fb_41fb8b4f68c5 07c5a838_1106_8471_f6e4_c6a712c8b151["configureBootBuildImageTask()"] ba49de44_6245_e8f9_b5f0_4312efa51ef0 -->|calls| 07c5a838_1106_8471_f6e4_c6a712c8b151 9b06aa7b_92e6_65c2_56d0_595054d10164["configureArtifactPublication()"] ba49de44_6245_e8f9_b5f0_4312efa51ef0 -->|calls| 9b06aa7b_92e6_65c2_56d0_595054d10164 style ba49de44_6245_e8f9_b5f0_4312efa51ef0 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 58–64
@Override
public void execute(Project project) {
classifyWarTask(project);
TaskProvider<BootWar> bootWar = configureBootWarTask(project);
configureBootBuildImageTask(project, bootWar);
configureArtifactPublication(bootWar);
}
Domain
Subdomains
Calls
- classifyWarTask()
- configureArtifactPublication()
- configureBootBuildImageTask()
- configureBootWarTask()
Source
Frequently Asked Questions
What does execute() do?
execute() is a function in the spring-boot codebase.
What does execute() call?
execute() calls 4 function(s): classifyWarTask, configureArtifactPublication, configureBootBuildImageTask, configureBootWarTask.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free