Class ViolationsTypeDescriptor<T extends ViolationsType>
- java.lang.Object
-
- hudson.model.Descriptor<ViolationsType>
-
- org.jenkinsci.lib.dtkit.descriptor.ViolationsTypeDescriptor<T>
-
public abstract class ViolationsTypeDescriptor<T extends ViolationsType> extends Descriptor<ViolationsType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ViolationsTypeDescriptor(Class<T> classType, Class<? extends org.jenkinsci.lib.dtkit.model.InputMetric> inputMetricClass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescriptorExtensionList<ViolationsType,ViolationsTypeDescriptor<?>>
all()
String
getDisplayName()
org.jenkinsci.lib.dtkit.model.InputMetric
getInputMetric()
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
all
public static DescriptorExtensionList<ViolationsType,ViolationsTypeDescriptor<?>> all()
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<ViolationsType>
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()
-
-