@Extension @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @Symbol(value="builtinNodeMigration") public class BuiltInNodeMigration extends AdministrativeMonitor
ExtensionPoint.LegacyInstancesAreScopedToHudson
id
Constructor and Description |
---|
BuiltInNodeMigration() |
Modifier and Type | Method and Description |
---|---|
void |
doAct(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String yes,
String no) |
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 boolean isActivated()
AdministrativeMonitor
This method is called from the HTML rendering thread, so it should run efficiently.
isActivated
in class AdministrativeMonitor
public void doAct(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String yes, @QueryParameter String no) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public String getDisplayName()
getDisplayName
in interface ModelObject
getDisplayName
in class AdministrativeMonitor
Copyright © 2004–2022. All rights reserved.