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

execute() — spring-boot Function Reference

Architecture documentation for the execute() function in CyclonedxPluginAction.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  b52aea89_99e8_ae1c_ab1c_cdbf290389d2["execute()"]
  a797ee58_7886_167d_2af3_26a3ed832270["configureTask()"]
  a797ee58_7886_167d_2af3_26a3ed832270 -->|calls| b52aea89_99e8_ae1c_ab1c_cdbf290389d2
  9ba29528_38fd_5a73_876f_e31e058e871a["configureCycloneDxTask()"]
  b52aea89_99e8_ae1c_ab1c_cdbf290389d2 -->|calls| 9ba29528_38fd_5a73_876f_e31e058e871a
  1f2080d0_a19b_37db_59a2_c119c7cfa463["configureJavaPlugin()"]
  b52aea89_99e8_ae1c_ab1c_cdbf290389d2 -->|calls| 1f2080d0_a19b_37db_59a2_c119c7cfa463
  70f5e767_6d53_4bef_185a_5fa95de418a2["configureSpringBootPlugin()"]
  b52aea89_99e8_ae1c_ab1c_cdbf290389d2 -->|calls| 70f5e767_6d53_4bef_185a_5fa95de418a2
  style b52aea89_99e8_ae1c_ab1c_cdbf290389d2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/CyclonedxPluginAction.java lines 51–58

	@Override
	public void execute(Project project) {
		TaskProvider<CyclonedxAggregateTask> cycloneDxTaskProvider = project.getTasks()
			.named("cyclonedxBom", CyclonedxAggregateTask.class);
		configureCycloneDxTask(cycloneDxTaskProvider, project);
		configureJavaPlugin(project, cycloneDxTaskProvider);
		configureSpringBootPlugin(project, cycloneDxTaskProvider);
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does execute() do?
execute() is a function in the spring-boot codebase.
What does execute() call?
execute() calls 3 function(s): configureCycloneDxTask, configureJavaPlugin, configureSpringBootPlugin.
What calls execute()?
execute() is called by 1 function(s): configureTask.

Analyze Your Own Codebase

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

Try Supermodel Free