getPublish() — spring-boot Function Reference
Architecture documentation for the getPublish() function in BootBuildImage.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 15468d1d_8228_1aba_a390_8e930072d1aa["getPublish()"] b8a0ae88_f49a_e969_70ba_01e8e52e746b["BootBuildImage()"] b8a0ae88_f49a_e969_70ba_01e8e52e746b -->|calls| 15468d1d_8228_1aba_a390_8e930072d1aa 44bdad37_cd41_021a_4a76_b2999cac6a5a["customize()"] 44bdad37_cd41_021a_4a76_b2999cac6a5a -->|calls| 15468d1d_8228_1aba_a390_8e930072d1aa style 15468d1d_8228_1aba_a390_8e930072d1aa 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 238–240
@Input
@Option(option = "publishImage", description = "Publish the built image to a registry")
public abstract Property<Boolean> getPublish();
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getPublish() do?
getPublish() is a function in the spring-boot codebase.
What calls getPublish()?
getPublish() is called by 2 function(s): BootBuildImage, customize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free