public class SkippedThreshold extends XUnitThreshold
| Constructor and Description |
|---|
SkippedThreshold() |
SkippedThreshold(String unstableThreshold,
String unstableNewThreshold,
String failureThreshold,
String failureNewThreshold) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Result |
getResultThresholdNumber(XUnitLog log,
hudson.model.Run<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction) |
hudson.model.Result |
getResultThresholdPercent(XUnitLog log,
hudson.model.Run<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction) |
all, getDescriptor, getFailureNewThreshold, getFailureThreshold, getResultThresholdNumber, getResultThresholdPercent, getUnstableNewThreshold, getUnstableThresholdpublic hudson.model.Result getResultThresholdNumber(XUnitLog log, hudson.model.Run<?,?> build, hudson.tasks.junit.TestResultAction testResultAction, hudson.tasks.junit.TestResultAction previousTestResultAction)
getResultThresholdNumber in class XUnitThresholdpublic hudson.model.Result getResultThresholdPercent(XUnitLog log, hudson.model.Run<?,?> build, hudson.tasks.junit.TestResultAction testResultAction, hudson.tasks.junit.TestResultAction previousTestResultAction)
getResultThresholdPercent in class XUnitThresholdCopyright © 2004-2016. All Rights Reserved.