public abstract class XUnitThreshold extends Object implements hudson.ExtensionPoint, Serializable, hudson.model.Describable<XUnitThreshold>
Modifier | Constructor and Description |
---|---|
protected |
XUnitThreshold() |
|
XUnitThreshold(String unstableThreshold,
String unstableNewThreshold,
String failureThreshold,
String failureNewThreshold) |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> |
all() |
hudson.model.Descriptor<XUnitThreshold> |
getDescriptor() |
String |
getFailureNewThreshold() |
String |
getFailureThreshold() |
abstract hudson.model.Result |
getResultThresholdNumber(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction) |
hudson.model.Result |
getResultThresholdNumber(XUnitLog log,
int testCount,
int newTestCount) |
abstract hudson.model.Result |
getResultThresholdPercent(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction) |
hudson.model.Result |
getResultThresholdPercent(XUnitLog log,
double testPercent,
double newTestPercent) |
String |
getUnstableNewThreshold() |
String |
getUnstableThreshold() |
public hudson.model.Descriptor<XUnitThreshold> getDescriptor()
getDescriptor
in interface hudson.model.Describable<XUnitThreshold>
public static hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> all()
public String getUnstableThreshold()
public String getUnstableNewThreshold()
public String getFailureThreshold()
public String getFailureNewThreshold()
public abstract hudson.model.Result getResultThresholdNumber(XUnitLog log, hudson.model.AbstractBuild<?,?> build, hudson.tasks.junit.TestResultAction testResultAction, hudson.tasks.junit.TestResultAction previousTestResultAction)
public abstract hudson.model.Result getResultThresholdPercent(XUnitLog log, hudson.model.AbstractBuild<?,?> build, hudson.tasks.junit.TestResultAction testResultAction, hudson.tasks.junit.TestResultAction previousTestResultAction)
public hudson.model.Result getResultThresholdNumber(XUnitLog log, int testCount, int newTestCount)
public hudson.model.Result getResultThresholdPercent(XUnitLog log, double testPercent, double newTestPercent)
Copyright © 2004-2014. All Rights Reserved.