Package org.cyclonedx.gradle
Class CyclonedxPlugin
java.lang.Object
org.cyclonedx.gradle.CyclonedxPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class CyclonedxPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Entrypoint of the plugin which simply configures one task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG_PREFIX
- See Also:
-
cyclonedxDirectTaskName
-
cyclonedxDirectConfigurationName
-
cyclonedxAggregateTaskName
-
cyclonedxAggregateConfigurationName
-
cyclonedxDirectReportDir
-
cyclonedxAggregateReportDir
-
-
Constructor Details
-
CyclonedxPlugin
@Inject public CyclonedxPlugin() -
CyclonedxPlugin
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-