getImageName() — spring-boot Function Reference
Architecture documentation for the getImageName() function in BootBuildImage.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 354a3c6a_d0aa_cc80_2f80_64d28e1f67f9["getImageName()"] b8a0ae88_f49a_e969_70ba_01e8e52e746b["BootBuildImage()"] b8a0ae88_f49a_e969_70ba_01e8e52e746b -->|calls| 354a3c6a_d0aa_cc80_2f80_64d28e1f67f9 7de2f21b_cda5_5c0a_e87b_04fb3fce0cb1["createRequest()"] 7de2f21b_cda5_5c0a_e87b_04fb3fce0cb1 -->|calls| 354a3c6a_d0aa_cc80_2f80_64d28e1f67f9 style 354a3c6a_d0aa_cc80_2f80_64d28e1f67f9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java lines 142–145
@Input
@Optional
@Option(option = "imageName", description = "The name of the image to generate")
public abstract Property<String> getImageName();
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getImageName() do?
getImageName() is a function in the spring-boot codebase.
What calls getImageName()?
getImageName() is called by 2 function(s): BootBuildImage, createRequest.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free