org.jenkinsci.plugins.xunit.threshold
Class FailedThreshold
java.lang.Object
org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
org.jenkinsci.plugins.xunit.threshold.FailedThreshold
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<XUnitThreshold>, Serializable
public class FailedThreshold
- extends XUnitThreshold
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Method Summary |
hudson.model.Result |
getResultThreshold(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailedThreshold
public FailedThreshold()
FailedThreshold
@DataBoundConstructor
public FailedThreshold(String unstableThreshold,
String unstableNewThreshold,
String failureThreshold,
String failureNewThreshold)
getResultThreshold
public hudson.model.Result getResultThreshold(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
- Specified by:
getResultThreshold
in class XUnitThreshold
Copyright © 2004-2012. All Rights Reserved.