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

getBuildRequestWhenHasPublishUsesPublish() — spring-boot Function Reference

Architecture documentation for the getBuildRequestWhenHasPublishUsesPublish() function in ImageTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  2ccd8582_ae7b_2fd3_4616_1cc1bd90e11b["getBuildRequestWhenHasPublishUsesPublish()"]
  b74eae5d_f636_54c5_ee76_45af8d43e679["createArtifact()"]
  2ccd8582_ae7b_2fd3_4616_1cc1bd90e11b -->|calls| b74eae5d_f636_54c5_ee76_45af8d43e679
  70a3e195_3608_990f_ed81_3460232951c4["mockApplicationContent()"]
  2ccd8582_ae7b_2fd3_4616_1cc1bd90e11b -->|calls| 70a3e195_3608_990f_ed81_3460232951c4
  style 2ccd8582_ae7b_2fd3_4616_1cc1bd90e11b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/ImageTests.java lines 157–163

	@Test
	void getBuildRequestWhenHasPublishUsesPublish() {
		Image image = new Image();
		image.publish = true;
		BuildRequest request = image.getBuildRequest(createArtifact(), mockApplicationContent());
		assertThat(request.isPublish()).isTrue();
	}

Subdomains

Frequently Asked Questions

What does getBuildRequestWhenHasPublishUsesPublish() do?
getBuildRequestWhenHasPublishUsesPublish() is a function in the spring-boot codebase.
What does getBuildRequestWhenHasPublishUsesPublish() call?
getBuildRequestWhenHasPublishUsesPublish() calls 2 function(s): createArtifact, mockApplicationContent.

Analyze Your Own Codebase

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

Try Supermodel Free