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