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

executeTask() — spring-boot Function Reference

Architecture documentation for the executeTask() function in AbstractBootArchiveTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  6735338a_2770_d6bf_59a2_0a9fa6f0b3fc["executeTask()"]
  ebcbf38e_af09_aec9_ff6c_cbfda91f74d1["basicArchiveCreation()"]
  ebcbf38e_af09_aec9_ff6c_cbfda91f74d1 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  9f0a9671_d40f_3d9a_b6e4_a0078fb093b2["whenImplementationNameIsCustomizedItShouldAppearInArchiveManifest()"]
  9f0a9671_d40f_3d9a_b6e4_a0078fb093b2 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  e1a4aa2f_e12e_bbfa_5c7c_a2a3223b6d3a["whenProjectVersionIsSetThenImplementationVersionShouldAppearInArchiveManifest()"]
  e1a4aa2f_e12e_bbfa_5c7c_a2a3223b6d3a -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  44d3e3fc_69ce_35c4_e875_06f9953c983b["whenImplementationVersionIsCustomizedItShouldAppearInArchiveManifest()"]
  44d3e3fc_69ce_35c4_e875_06f9953c983b -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  f5718e6b_dec5_8d19_7b31_49fc741c4f60["classpathJarsArePackagedBeneathLibPathAndAreStored()"]
  f5718e6b_dec5_8d19_7b31_49fc741c4f60 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  8839df0a_45c9_3291_5487_444ffa4ad77c["classpathDirectoriesArePackagedBeneathClassesPath()"]
  8839df0a_45c9_3291_5487_444ffa4ad77c -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  81a25a09_8cc3_9e93_fb94_7840abfa84cf["moduleInfoClassIsPackagedInTheRootOfTheArchive()"]
  81a25a09_8cc3_9e93_fb94_7840abfa84cf -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  d64e02f0_f526_33ec_c614_785c3f2e414f["classpathCanBeSetUsingAFileCollection()"]
  d64e02f0_f526_33ec_c614_785c3f2e414f -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  9770503a_b727_ab3e_a50c_22a132922cf4["classpathCanBeSetUsingAnObject()"]
  9770503a_b727_ab3e_a50c_22a132922cf4 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  bc26e771_902c_a5f9_2653_54aa5bbb3611["filesOnTheClasspathThatAreNotZipFilesAreSkipped()"]
  bc26e771_902c_a5f9_2653_54aa5bbb3611 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  09076d98_966e_c8cd_d8b0_71e311a691a0["loaderIsWrittenToTheRootOfTheJarAfterManifest()"]
  09076d98_966e_c8cd_d8b0_71e311a691a0 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  f5093fd4_08c0_7b94_b2ba_4cf3cf22abb1["loaderIsWrittenToTheRootOfTheJarWhenUsingThePropertiesLauncher()"]
  f5093fd4_08c0_7b94_b2ba_4cf3cf22abb1 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  2cd86f53_a1c9_87bb_842d_3e5f4f935b07["unpackCommentIsAddedToEntryIdentifiedByAPattern()"]
  2cd86f53_a1c9_87bb_842d_3e5f4f935b07 -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  0b8a94ed_d576_95b9_d785_e6b4eb66220b["unpackCommentIsAddedToEntryIdentifiedByASpec()"]
  0b8a94ed_d576_95b9_d785_e6b4eb66220b -->|calls| 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc
  style 6735338a_2770_d6bf_59a2_0a9fa6f0b3fc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveTests.java lines 614–614

	protected abstract void executeTask();

Domain

Subdomains

Called By

Frequently Asked Questions

What does executeTask() do?
executeTask() is a function in the spring-boot codebase.
What calls executeTask()?
executeTask() is called by 27 function(s): allEntriesUseUnixPlatformAndUtf8NameEncoding, archiveIsReproducibleByDefault, archiveReproducibilityCanBeDisabled, archiveShouldBeLayeredByDefault, basicArchiveCreation, classpathCanBeSetUsingAFileCollection, classpathCanBeSetUsingAnObject, classpathDirectoriesArePackagedBeneathClassesPath, and 19 more.

Analyze Your Own Codebase

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

Try Supermodel Free