buildLog() — spring-boot Function Reference
Architecture documentation for the buildLog() function in StartStopIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 497772a6_5535_8a11_febf_30a7a907ceea["buildLog()"] 497808d9_422c_bbd7_0757_dff100a9d784["startStopWaitsForApplicationToBeReadyAndThenRequestsShutdown()"] 497808d9_422c_bbd7_0757_dff100a9d784 -->|calls| 497772a6_5535_8a11_febf_30a7a907ceea eee7ed4e_a03e_2439_b7e0_577b6456d34a["whenSkipIsTrueStartAndStopAreSkipped()"] eee7ed4e_a03e_2439_b7e0_577b6456d34a -->|calls| 497772a6_5535_8a11_febf_30a7a907ceea style 497772a6_5535_8a11_febf_30a7a907ceea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/StartStopIntegrationTests.java lines 51–53
private String buildLog(File project) {
return contentOf(new File(project, "target/build.log"));
}
Domain
Subdomains
Called By
- startStopWaitsForApplicationToBeReadyAndThenRequestsShutdown()
- whenSkipIsTrueStartAndStopAreSkipped()
Source
Frequently Asked Questions
What does buildLog() do?
buildLog() is a function in the spring-boot codebase.
What calls buildLog()?
buildLog() is called by 2 function(s): startStopWaitsForApplicationToBeReadyAndThenRequestsShutdown, whenSkipIsTrueStartAndStopAreSkipped.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free