buildUrl() — spring-boot Function Reference
Architecture documentation for the buildUrl() function in DockerApi.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d1757773_1e32_5f99_15ef_5bbc9a9d8dd2["buildUrl()"] 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186["buildPlatformJsonUrl()"] 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 686f702f_99b2_00cb_e536_fc675d8e38f4["pull()"] 686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 11fb1f04_d427_de18_b7e0_4b152f1bd995["push()"] 11fb1f04_d427_de18_b7e0_4b152f1bd995 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 1490249f_76a9_8c84_3261_04b13e934ae0["load()"] 1490249f_76a9_8c84_3261_04b13e934ae0 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 e06ce851_18c5_fa12_ce9e_f2cd6d064b8d["remove()"] e06ce851_18c5_fa12_ce9e_f2cd6d064b8d -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 6bc20fa8_bbdf_9fce_247f_eef5ab2e1a12["tag()"] 6bc20fa8_bbdf_9fce_247f_eef5ab2e1a12 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 c7c5f107_03b8_a5c5_8c9f_496cb0f24756["createContainer()"] c7c5f107_03b8_a5c5_8c9f_496cb0f24756 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 55a13cc2_4f23_b3f4_4d35_95ecc50b6c03["uploadContainerContent()"] 55a13cc2_4f23_b3f4_4d35_95ecc50b6c03 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 57759740_75f0_7b33_378d_3bb157d4a69e["start()"] 57759740_75f0_7b33_378d_3bb157d4a69e -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 f9dc02e0_c2b2_e9fe_c659_09742ec08fac["logs()"] f9dc02e0_c2b2_e9fe_c659_09742ec08fac -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 95296337_e593_0131_7417_aff066dac4db["wait()"] 95296337_e593_0131_7417_aff066dac4db -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 c1797a5b_a947_5358_cfc9_580572da66c4["remove()"] c1797a5b_a947_5358_cfc9_580572da66c4 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 9f37fcfc_3d9d_540b_ec8e_61ecd3f70e7c["delete()"] 9f37fcfc_3d9d_540b_ec8e_61ecd3f70e7c -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 d3a612ce_b434_53b7_c143_340ebca9d1b4["buildVersionedUrl()"] d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 -->|calls| d3a612ce_b434_53b7_c143_340ebca9d1b4 style d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/DockerApi.java lines 134–136
private URI buildUrl(String path, @Nullable Collection<?> params) {
return buildUrl(Feature.BASELINE, path, (params != null) ? params.toArray() : null);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does buildUrl() do?
buildUrl() is a function in the spring-boot codebase.
What does buildUrl() call?
buildUrl() calls 3 function(s): buildVersionedUrl, equals, getApiVersion.
What calls buildUrl()?
buildUrl() is called by 13 function(s): buildPlatformJsonUrl, createContainer, delete, load, logs, pull, push, remove, and 5 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free