@Extension public class EditHelpRootAction extends Object implements hudson.model.RootAction
| Constructor and Description |
|---|
EditHelpRootAction() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doHelpInfo(String className) |
void |
doUpdateHelpInfo(String className,
String updatedClassText) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public EditHelpRootAction()
throws IOException,
FileNotFoundException
IOExceptionFileNotFoundExceptionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Action@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public org.kohsuke.stapler.HttpResponse doHelpInfo(@QueryParameter(value="class")
String className)
Copyright © 2016. All rights reserved.