Home / Function/ customArtifactIsReflectedInProperties() — spring-boot Function Reference

customArtifactIsReflectedInProperties() — spring-boot Function Reference

Architecture documentation for the customArtifactIsReflectedInProperties() function in BuildInfoTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  6616194c_4255_fa17_7b36_7ae5b3cb7886["customArtifactIsReflectedInProperties()"]
  747e1eb5_4925_ee40_e737_5f1b54394a57["createTask()"]
  6616194c_4255_fa17_7b36_7ae5b3cb7886 -->|calls| 747e1eb5_4925_ee40_e737_5f1b54394a57
  18afdd1f_2fa6_8d2c_b60e_f5726def5d8a["createProject()"]
  6616194c_4255_fa17_7b36_7ae5b3cb7886 -->|calls| 18afdd1f_2fa6_8d2c_b60e_f5726def5d8a
  694f50fc_525a_9c2f_e867_646eb42273d8["buildInfoProperties()"]
  6616194c_4255_fa17_7b36_7ae5b3cb7886 -->|calls| 694f50fc_525a_9c2f_e867_646eb42273d8
  style 6616194c_4255_fa17_7b36_7ae5b3cb7886 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 59–64

	@Test
	void customArtifactIsReflectedInProperties() {
		BuildInfo task = createTask(createProject("test"));
		task.getProperties().getArtifact().set("custom");
		assertThat(buildInfoProperties(task)).containsEntry("build.artifact", "custom");
	}

Domain

Subdomains

Frequently Asked Questions

What does customArtifactIsReflectedInProperties() do?
customArtifactIsReflectedInProperties() is a function in the spring-boot codebase.
What does customArtifactIsReflectedInProperties() call?
customArtifactIsReflectedInProperties() 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