org.jenkinsci.plugins.xunit.threshold
Class SkippedThresholdDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<XUnitThreshold>
      extended by org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor<SkippedThreshold>
          extended by org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
All Implemented Interfaces:
hudson.model.Saveable

@Extension
public class SkippedThresholdDescriptor
extends XUnitThresholdDescriptor<SkippedThreshold>

Author:
Gregory Boissinot

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
SkippedThresholdDescriptor()
           
SkippedThresholdDescriptor(Class<? extends XUnitThreshold> clazz)
           
 
Method Summary
 String getDisplayName()
           
 String getFailureNewThresholdImgTitle()
           
 String getFailureThresholdImgTitle()
           
 String getThresholdHelpMessage()
           
 String getUnstableNewThresholdImgTitle()
           
 String getUnstableThresholdImgTitle()
           
 
Methods inherited from class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
all
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkippedThresholdDescriptor

public SkippedThresholdDescriptor()

SkippedThresholdDescriptor

public SkippedThresholdDescriptor(Class<? extends XUnitThreshold> clazz)
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<XUnitThreshold>

getUnstableThresholdImgTitle

public String getUnstableThresholdImgTitle()
Specified by:
getUnstableThresholdImgTitle in class XUnitThresholdDescriptor<SkippedThreshold>

getUnstableNewThresholdImgTitle

public String getUnstableNewThresholdImgTitle()
Specified by:
getUnstableNewThresholdImgTitle in class XUnitThresholdDescriptor<SkippedThreshold>

getFailureThresholdImgTitle

public String getFailureThresholdImgTitle()
Specified by:
getFailureThresholdImgTitle in class XUnitThresholdDescriptor<SkippedThreshold>

getFailureNewThresholdImgTitle

public String getFailureNewThresholdImgTitle()
Specified by:
getFailureNewThresholdImgTitle in class XUnitThresholdDescriptor<SkippedThreshold>

getThresholdHelpMessage

public String getThresholdHelpMessage()
Specified by:
getThresholdHelpMessage in class XUnitThresholdDescriptor<SkippedThreshold>


Copyright © 2004-2012. All Rights Reserved.