Uses of Record Class
dev.archunitjava.metrics.CumulativeDependencyMetrics
Packages that use CumulativeDependencyMetrics
-
Uses of CumulativeDependencyMetrics in dev.archunitjava.metrics
Methods in dev.archunitjava.metrics that return CumulativeDependencyMetricsModifier and TypeMethodDescriptionDependencyMetricReport.cumulative()Returns the value of thecumulativerecord component.Methods in dev.archunitjava.metrics with parameters of type CumulativeDependencyMetricsModifier and TypeMethodDescriptionstatic DependencyMetricReportDependencyMetricReport.of(ProjectionDomain domain, List<ComponentDependencyMetrics> components, CumulativeDependencyMetrics cumulative) Constructors in dev.archunitjava.metrics with parameters of type CumulativeDependencyMetricsModifierConstructorDescriptionDependencyMetricReport(ProjectionDomain domain, List<ComponentDependencyMetrics> components, CumulativeDependencyMetrics cumulative, List<MetricSample> samples) Creates an instance of aDependencyMetricReportrecord class.