Uses of Enum Class
dev.archunitjava.metrics.MetricName
Packages that use MetricName
-
Uses of MetricName in dev.archunitjava.metrics
Subclasses with type arguments of type MetricName in dev.archunitjava.metricsModifier and TypeClassDescriptionenumStable metric identifiers with one mandatory unit each.Methods in dev.archunitjava.metrics that return MetricNameModifier and TypeMethodDescriptionLcomVariant.metric()MetricSample.metric()Returns the value of themetricrecord component.MetricThreshold.metric()Returns the value of themetricrecord component.static MetricNameReturns the enum constant of this class with the specified name.static MetricName[]MetricName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.metrics with parameters of type MetricNameModifier and TypeMethodDescriptionstatic MetricThresholdMetricThreshold.atLeast(MetricName metric, MetricAmount limit) static MetricThresholdMetricThreshold.atMost(MetricName metric, MetricAmount limit) Constructors in dev.archunitjava.metrics with parameters of type MetricNameModifierConstructorDescriptionMetricSample(StableId subject, MetricName metric, MetricAmount amount) Creates an instance of aMetricSamplerecord class.MetricThreshold(MetricName metric, MetricComparison comparison, MetricAmount limit) Creates an instance of aMetricThresholdrecord class.