@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @Symbol(value="pluginDeprecation") @Extension public static final class PluginManager.PluginDeprecationMonitor extends AdministrativeMonitor
AdministrativeMonitor
that checks if there are any plugins that are deprecated.ExtensionPoint.LegacyInstancesAreScopedToHudson
id
Constructor and Description |
---|
PluginDeprecationMonitor() |
Modifier and Type | Method and Description |
---|---|
Map<PluginWrapper,String> |
getDeprecatedPlugins() |
String |
getDisplayName() |
boolean |
isActivated()
Returns true if this monitor is activated and
wants to produce a warning message.
|
all, disable, doDisable, getRequiredPermission, getSearchUrl, getTarget, getUrl, isEnabled, isSecurity
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
public String getDisplayName()
getDisplayName
in interface ModelObject
getDisplayName
in class AdministrativeMonitor
public boolean isActivated()
AdministrativeMonitor
This method is called from the HTML rendering thread, so it should run efficiently.
isActivated
in class AdministrativeMonitor
public Map<PluginWrapper,String> getDeprecatedPlugins()
Copyright © 2004–2021. All rights reserved.