org.jenkinsci.plugins.xunit.threshold
Class SkippedThreshold
java.lang.Object
org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
org.jenkinsci.plugins.xunit.threshold.SkippedThreshold
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<XUnitThreshold>, java.io.Serializable
public class SkippedThreshold
- extends XUnitThreshold
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary |
SkippedThreshold()
|
SkippedThreshold(java.lang.String unstableThreshold,
java.lang.String unstableNewThreshold,
java.lang.String failureThreshold,
java.lang.String failureNewThreshold)
|
Method Summary |
hudson.model.Result |
getResultThresholdNumber(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
hudson.model.Result |
getResultThresholdPercent(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 |
SkippedThreshold
public SkippedThreshold()
SkippedThreshold
@DataBoundConstructor
public SkippedThreshold(java.lang.String unstableThreshold,
java.lang.String unstableNewThreshold,
java.lang.String failureThreshold,
java.lang.String failureNewThreshold)
getResultThresholdNumber
public hudson.model.Result getResultThresholdNumber(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
- Specified by:
getResultThresholdNumber
in class XUnitThreshold
getResultThresholdPercent
public hudson.model.Result getResultThresholdPercent(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
- Specified by:
getResultThresholdPercent
in class XUnitThreshold
Copyright © 2004-2012. All Rights Reserved.