public abstract class ProjectGridBuilderDescriptor extends hudson.model.Descriptor<ProjectGridBuilder>
Descriptor
for ProjectGridBuilder
.Constructor and Description |
---|
ProjectGridBuilderDescriptor()
For
Descriptor s that are enclosed in their ProjectGridBuilder s. |
ProjectGridBuilderDescriptor(Class<? extends ProjectGridBuilder> clazz)
For
Descriptor s that explicitly specify ProjectGridBuilder |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<ProjectGridBuilder,ProjectGridBuilderDescriptor> |
all()
Returns all the registered
ProjectGridBuilder descriptors. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public ProjectGridBuilderDescriptor(Class<? extends ProjectGridBuilder> clazz)
Descriptor
s that explicitly specify ProjectGridBuilder
clazz
- The type of the ProjectGridBuilder
.public ProjectGridBuilderDescriptor()
Descriptor
s that are enclosed in their ProjectGridBuilder
s.public static hudson.DescriptorExtensionList<ProjectGridBuilder,ProjectGridBuilderDescriptor> all()
ProjectGridBuilder
descriptors.Copyright © 2004–2016. All rights reserved.