createEvent() — spring-boot Function Reference
Architecture documentation for the createEvent() function in LoadImageUpdateEventTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c39cbc0a_e696_0181_9170_902874e27521["createEvent()"] 2efc9840_50a1_4e69_0caf_129ba52d4ca2["getStreamReturnsStream()"] 2efc9840_50a1_4e69_0caf_129ba52d4ca2 -->|calls| c39cbc0a_e696_0181_9170_902874e27521 d12b821a_55bd_0892_c23b_1984be25091d["getErrorDetailReturnsErrorDetail()"] d12b821a_55bd_0892_c23b_1984be25091d -->|calls| c39cbc0a_e696_0181_9170_902874e27521 style c39cbc0a_e696_0181_9170_902874e27521 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/LoadImageUpdateEventTests.java lines 46–50
@Override
protected LoadImageUpdateEvent createEvent(String status, ProgressDetail progressDetail, String progress) {
return new LoadImageUpdateEvent("stream", status, progressDetail, progress,
new ErrorDetail("max depth exceeded"));
}
Domain
Subdomains
Called By
- getErrorDetailReturnsErrorDetail()
- getStreamReturnsStream()
Source
Frequently Asked Questions
What does createEvent() do?
createEvent() is a function in the spring-boot codebase.
What calls createEvent()?
createEvent() is called by 2 function(s): getErrorDetailReturnsErrorDetail, getStreamReturnsStream.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free