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

getBuildRequestWhenHasPullPolicyUsesPullPolicy() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  25c41fcb_7206_f81c_6248_f946bb5c339c["getBuildRequestWhenHasPullPolicyUsesPullPolicy()"]
  b74eae5d_f636_54c5_ee76_45af8d43e679["createArtifact()"]
  25c41fcb_7206_f81c_6248_f946bb5c339c -->|calls| b74eae5d_f636_54c5_ee76_45af8d43e679
  70a3e195_3608_990f_ed81_3460232951c4["mockApplicationContent()"]
  25c41fcb_7206_f81c_6248_f946bb5c339c -->|calls| 70a3e195_3608_990f_ed81_3460232951c4
  style 25c41fcb_7206_f81c_6248_f946bb5c339c 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 149–155

	@Test
	void getBuildRequestWhenHasPullPolicyUsesPullPolicy() {
		Image image = new Image();
		image.setPullPolicy(PullPolicy.NEVER);
		BuildRequest request = image.getBuildRequest(createArtifact(), mockApplicationContent());
		assertThat(request.getPullPolicy()).isEqualTo(PullPolicy.NEVER);
	}

Subdomains

Frequently Asked Questions

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