Uses of Class
com.thalesgroup.hudson.plugins.xunit.service.XUnitLog

Packages that use XUnitLog
org.jenkinsci.plugins.xunit.threshold   
 

Uses of XUnitLog in org.jenkinsci.plugins.xunit.threshold
 

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)
           
 



Copyright © 2004-2012. All Rights Reserved.