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

run() — spring-boot Function Reference

Architecture documentation for the run() function in TotalProgressListenerTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 4 called by 2

Entity Profile

Dependency Diagram

graph TD
  a9bb58ba_55a4_a87b_012d_a5c6093cb4b3["run()"]
  9a95873e_8544_b0fc_91f3_1092544886e2["totalProgress()"]
  9a95873e_8544_b0fc_91f3_1092544886e2 -->|calls| a9bb58ba_55a4_a87b_012d_a5c6093cb4b3
  da61504d_40af_1e31_0adb_385bf130023c["totalProgressUpdatesSmoothly()"]
  da61504d_40af_1e31_0adb_385bf130023c -->|calls| a9bb58ba_55a4_a87b_012d_a5c6093cb4b3
  da67c4c9_0605_66fd_26e7_10ef165dcfbb["JsonStream()"]
  a9bb58ba_55a4_a87b_012d_a5c6093cb4b3 -->|calls| da67c4c9_0605_66fd_26e7_10ef165dcfbb
  77c004fc_6c07_e754_40f2_1a6110f6e2de["getJsonMapper()"]
  a9bb58ba_55a4_a87b_012d_a5c6093cb4b3 -->|calls| 77c004fc_6c07_e754_40f2_1a6110f6e2de
  aedd9701_c439_405f_f47e_c53ca8d2db00["get()"]
  a9bb58ba_55a4_a87b_012d_a5c6093cb4b3 -->|calls| aedd9701_c439_405f_f47e_c53ca8d2db00
  d418b23d_753d_7479_2803_95836fe0b005["getContent()"]
  a9bb58ba_55a4_a87b_012d_a5c6093cb4b3 -->|calls| d418b23d_753d_7479_2803_95836fe0b005
  style a9bb58ba_55a4_a87b_012d_a5c6093cb4b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/TotalProgressListenerTests.java lines 61–66

	private void run(TestTotalProgressListener listener) throws IOException {
		JsonStream jsonStream = new JsonStream(getJsonMapper());
		listener.onStart();
		jsonStream.get(getContent("pull-stream.json"), TestImageUpdateEvent.class, listener::onUpdate);
		listener.onFinish();
	}

Domain

Subdomains

Frequently Asked Questions

What does run() do?
run() is a function in the spring-boot codebase.
What does run() call?
run() calls 4 function(s): JsonStream, get, getContent, getJsonMapper.
What calls run()?
run() is called by 2 function(s): totalProgress, totalProgressUpdatesSmoothly.

Analyze Your Own Codebase

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

Try Supermodel Free