public class FailedThreshold extends XUnitThreshold
Constructor and Description |
---|
FailedThreshold() |
FailedThreshold(String unstableThreshold,
String unstableNewThreshold,
String failureThreshold,
String failureNewThreshold) |
Modifier and Type | Method and Description |
---|---|
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) |
all, getDescriptor, getFailureNewThreshold, getFailureThreshold, getResultThresholdNumber, getResultThresholdPercent, getUnstableNewThreshold, getUnstableThreshold
public hudson.model.Result getResultThresholdNumber(XUnitLog log, hudson.model.AbstractBuild<?,?> build, hudson.tasks.junit.TestResultAction testResultAction, hudson.tasks.junit.TestResultAction previousTestResultAction)
getResultThresholdNumber
in class XUnitThreshold
public hudson.model.Result getResultThresholdPercent(XUnitLog log, hudson.model.AbstractBuild<?,?> build, hudson.tasks.junit.TestResultAction testResultAction, hudson.tasks.junit.TestResultAction previousTestResultAction)
getResultThresholdPercent
in class XUnitThreshold
Copyright © 2004-2014. All Rights Reserved.