timeCanBeExcludedFromProperties() — spring-boot Function Reference
Architecture documentation for the timeCanBeExcludedFromProperties() function in BuildInfoTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD e5b12ba5_51e3_b4a1_2b36_af053f453f65["timeCanBeExcludedFromProperties()"] 747e1eb5_4925_ee40_e737_5f1b54394a57["createTask()"] e5b12ba5_51e3_b4a1_2b36_af053f453f65 -->|calls| 747e1eb5_4925_ee40_e737_5f1b54394a57 18afdd1f_2fa6_8d2c_b60e_f5726def5d8a["createProject()"] e5b12ba5_51e3_b4a1_2b36_af053f453f65 -->|calls| 18afdd1f_2fa6_8d2c_b60e_f5726def5d8a 694f50fc_525a_9c2f_e867_646eb42273d8["buildInfoProperties()"] e5b12ba5_51e3_b4a1_2b36_af053f453f65 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8 style e5b12ba5_51e3_b4a1_2b36_af053f453f65 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoTests.java lines 135–140
@Test
void timeCanBeExcludedFromProperties() {
BuildInfo task = createTask(createProject("test"));
task.getExcludes().add("time");
assertThat(buildInfoProperties(task)).doesNotContainKey("build.time");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does timeCanBeExcludedFromProperties() do?
timeCanBeExcludedFromProperties() is a function in the spring-boot codebase.
What does timeCanBeExcludedFromProperties() call?
timeCanBeExcludedFromProperties() calls 3 function(s): buildInfoProperties, createProject, createTask.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free