getArtifactIfNotExcluded() — spring-boot Function Reference
Architecture documentation for the getArtifactIfNotExcluded() function in BuildInfoProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 9263294c_04bd_5fe3_e778_2833e5ee7d17["getArtifactIfNotExcluded()"] bcb833b0_2efd_5cb3_1944_3f027c02ac3c["getIfNotExcluded()"] 9263294c_04bd_5fe3_e778_2833e5ee7d17 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c 047c44d5_3f74_7264_03f9_86fc3e9c7a48["getArtifact()"] 9263294c_04bd_5fe3_e778_2833e5ee7d17 -->|calls| 047c44d5_3f74_7264_03f9_86fc3e9c7a48 style 9263294c_04bd_5fe3_e778_2833e5ee7d17 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoProperties.java lines 109–113
@Input
@Optional
@Nullable String getArtifactIfNotExcluded() {
return getIfNotExcluded(getArtifact(), "artifact");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getArtifactIfNotExcluded() do?
getArtifactIfNotExcluded() is a function in the spring-boot codebase.
What does getArtifactIfNotExcluded() call?
getArtifactIfNotExcluded() calls 2 function(s): getArtifact, getIfNotExcluded.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free