Class PassedThreshold

java.lang.Object
org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
org.jenkinsci.plugins.xunit.threshold.PassedThreshold
All Implemented Interfaces:
ExtensionPoint, Describable<XUnitThreshold>, Serializable

public class PassedThreshold extends XUnitThreshold
Set the build status based on the count of passed test.
Author:
Falco Nikolas
See Also:
  • Constructor Details

    • PassedThreshold

      @DataBoundConstructor public PassedThreshold()
  • Method Details