public static final class PluginWrapper.PluginWrapperAdministrativeMonitor extends AdministrativeMonitor
ExtensionPoint.LegacyInstancesAreScopedToHudson
id
Constructor and Description |
---|
PluginWrapperAdministrativeMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
doAct(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Depending on whether the user said "dismiss" or "correct", send him to the right place.
|
static PluginWrapper.PluginWrapperAdministrativeMonitor |
get() |
String |
getDisplayName() |
PluginWrapper |
getPlugin(String shortName) |
Collection<PluginWrapper> |
getPlugins() |
boolean |
isActivated()
Returns true if this monitor is activated and
wants to produce a warning message.
|
all, disable, doDisable, getSearchUrl, getTarget, getUrl, isEnabled
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
public boolean isActivated()
AdministrativeMonitor
This method is called from the HTML rendering thread, so it should run efficiently.
isActivated
in class AdministrativeMonitor
public String getDisplayName()
getDisplayName
in interface ModelObject
getDisplayName
in class AdministrativeMonitor
public Collection<PluginWrapper> getPlugins()
public PluginWrapper getPlugin(String shortName)
public void doAct(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public static PluginWrapper.PluginWrapperAdministrativeMonitor get()
Copyright © 2004–2017. All rights reserved.