@Extension public class PluginHelper extends hudson.model.Descriptor<PluginHelper> implements hudson.model.Describable<PluginHelper>
| Constructor and Description |
|---|
PluginHelper()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PluginHelper |
getDescriptor() |
String |
getDisplayName() |
static PluginHelper |
instance()
Returns the singleton
PluginHelper instance. |
boolean |
refresh()
Refreshes the list of plugins that should be loaded.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, 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, toMappublic static PluginHelper instance()
PluginHelper instance.PluginHelper instance.public boolean refresh()
PluginSource extensions and filter them through all the PluginWrapperFilter
extensions to see if there are any plugins that can be installed. An attempt will be made to dynamically load
the plugins.true if a restart is required to complete activation, false if either nothing changed
or the additional plugins were successfully dynamically loaded.public PluginHelper getDescriptor()
getDescriptor in interface hudson.model.Describable<PluginHelper>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<PluginHelper>Copyright © 2004-2016. All Rights Reserved.