org.jenkinsci.plugins.xunit.threshold
Class SkippedThreshold

java.lang.Object
  extended by org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
      extended by org.jenkinsci.plugins.xunit.threshold.SkippedThreshold
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<XUnitThreshold>, java.io.Serializable

public class SkippedThreshold
extends XUnitThreshold

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
SkippedThreshold()
           
SkippedThreshold(java.lang.String unstableThreshold, java.lang.String unstableNewThreshold, java.lang.String failureThreshold, java.lang.String failureNewThreshold)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
all, getDescriptor, getFailureNewThreshold, getFailureThreshold, getResultThresholdNumber, getResultThresholdPercent, getUnstableNewThreshold, getUnstableThreshold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkippedThreshold

public SkippedThreshold()

SkippedThreshold

@DataBoundConstructor
public SkippedThreshold(java.lang.String unstableThreshold,
                                             java.lang.String unstableNewThreshold,
                                             java.lang.String failureThreshold,
                                             java.lang.String failureNewThreshold)
Method Detail

getResultThresholdNumber

public hudson.model.Result getResultThresholdNumber(XUnitLog log,
                                                    hudson.model.AbstractBuild<?,?> build,
                                                    hudson.tasks.junit.TestResultAction testResultAction,
                                                    hudson.tasks.junit.TestResultAction previousTestResultAction)
Specified by:
getResultThresholdNumber in class XUnitThreshold

getResultThresholdPercent

public hudson.model.Result getResultThresholdPercent(XUnitLog log,
                                                     hudson.model.AbstractBuild<?,?> build,
                                                     hudson.tasks.junit.TestResultAction testResultAction,
                                                     hudson.tasks.junit.TestResultAction previousTestResultAction)
Specified by:
getResultThresholdPercent in class XUnitThreshold


Copyright © 2004-2012. All Rights Reserved.