All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pmckeown.dependencytrack.finding.FindingThresholds Maven / Gradle / Ivy

Go to download

Maven plugin to integrate with a Dependency Track server to submit dependency manifests and gather project metrics.

There is a newer version: 1.7.0
Show newest version
package io.github.pmckeown.dependencytrack.finding;

import io.github.pmckeown.dependencytrack.Thresholds;

public class FindingThresholds extends Thresholds {

    public FindingThresholds() {
        super();
    }

    public FindingThresholds(Integer critical, Integer high, Integer medium, Integer low, Integer unassigned) {
        super(critical, high, medium, low, unassigned);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy