public static final class Jenkins.DescriptorImpl extends NodeDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Modifier and Type | Field and Description |
---|---|
static Jenkins.DescriptorImpl |
INSTANCE |
ALL
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckNumExecutors(String value) |
FormValidation |
doCheckRawBuildsDir(String value) |
String |
getDisplayName()
Human readable name of this kind of configurable object.
|
Object |
getDynamic(String token) |
boolean |
isInstantiable()
Can the administrator create this type of nodes from UI?
Return false if it only makes sense for programs to create it, not through the "new node" UI.
|
all, allInstantiable, doCheckName, getConfigPage, handleNewNodePage, newInstanceDetailPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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
@Extension public static final Jenkins.DescriptorImpl INSTANCE
public String getDisplayName()
Descriptor
getDisplayName
in class Descriptor<Node>
public boolean isInstantiable()
NodeDescriptor
isInstantiable
in class NodeDescriptor
public FormValidation doCheckNumExecutors(@QueryParameter String value)
public FormValidation doCheckRawBuildsDir(@QueryParameter String value)
Copyright © 2016. All rights reserved.