Methods in org.jenkinsci.plugins.xunit.threshold with parameters of type XUnitLog |
abstract hudson.model.Result |
XUnitThreshold.getResultThresholdNumber(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
hudson.model.Result |
SkippedThreshold.getResultThresholdNumber(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
hudson.model.Result |
FailedThreshold.getResultThresholdNumber(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
hudson.model.Result |
XUnitThreshold.getResultThresholdNumber(XUnitLog log,
int testCount,
int newTestCount)
|
abstract hudson.model.Result |
XUnitThreshold.getResultThresholdPercent(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
hudson.model.Result |
SkippedThreshold.getResultThresholdPercent(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
hudson.model.Result |
FailedThreshold.getResultThresholdPercent(XUnitLog log,
hudson.model.AbstractBuild<?,?> build,
hudson.tasks.junit.TestResultAction testResultAction,
hudson.tasks.junit.TestResultAction previousTestResultAction)
|
hudson.model.Result |
XUnitThreshold.getResultThresholdPercent(XUnitLog log,
double testPercent,
double newTestPercent)
|