Package org.cyclonedx.gradle.model
Class SbomGraph
java.lang.Object
org.cyclonedx.gradle.model.SbomGraph
- All Implemented Interfaces:
Serializable
Represents the aggregated dependency graph across all the configurations of the projects in scope. It is fully
serializable to support the build cache.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSbomGraph(Map<SbomComponentId, SbomComponent> graph, SbomComponent rootComponent) -
Method Summary
-
Constructor Details
-
SbomGraph
-
-
Method Details
-
getGraph
-
getRootComponent
-