io.github.pmckeown.dependencytrack.metrics.MetricsThresholds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dependency-track-maven-plugin Show documentation
Show all versions of dependency-track-maven-plugin Show documentation
Maven plugin to integrate with a Dependency Track server to submit dependency manifests and gather project metrics.
package io.github.pmckeown.dependencytrack.metrics;
import io.github.pmckeown.dependencytrack.Thresholds;
public class MetricsThresholds extends Thresholds {
public MetricsThresholds() {
super();
}
public MetricsThresholds(Integer critical, Integer high, Integer medium, Integer low, Integer unassigned) {
super(critical, high, medium, low, unassigned);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy