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

withName() — spring-boot Function Reference

Architecture documentation for the withName() function in GradleProjectBuilder.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  17e9025f_1931_73ae_35a9_dceb0e100959["withName()"]
  e15c08be_7235_41ea_93b3_e62f16d9174e["build()"]
  e15c08be_7235_41ea_93b3_e62f16d9174e -->|calls| 17e9025f_1931_73ae_35a9_dceb0e100959
  18afdd1f_2fa6_8d2c_b60e_f5726def5d8a["createProject()"]
  18afdd1f_2fa6_8d2c_b60e_f5726def5d8a -->|calls| 17e9025f_1931_73ae_35a9_dceb0e100959
  85ac35f4_0965_d7ae_54d4_a8337bb5429e["setUp()"]
  85ac35f4_0965_d7ae_54d4_a8337bb5429e -->|calls| 17e9025f_1931_73ae_35a9_dceb0e100959
  style 17e9025f_1931_73ae_35a9_dceb0e100959 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleProjectBuilder.java lines 52–55

	public GradleProjectBuilder withName(String name) {
		this.name = name;
		return this;
	}

Domain

Subdomains

Frequently Asked Questions

What does withName() do?
withName() is a function in the spring-boot codebase.
What calls withName()?
withName() is called by 3 function(s): build, createProject, setUp.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free