Class UpdateCenterAction
- java.lang.Object
-
- io.jenkins.plugins.localization_zh_cn.UpdateCenterAction
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
@Extension public class UpdateCenterAction extends Object implements RootAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description UpdateCenterAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoRemove(org.kohsuke.stapler.StaplerResponse response)voiddoUse(org.kohsuke.stapler.StaplerResponse response)StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Method Detail
-
doUse
public void doUse(org.kohsuke.stapler.StaplerResponse response) throws IOException- Throws:
IOException
-
doRemove
public void doRemove(org.kohsuke.stapler.StaplerResponse response) throws IOException- Throws:
IOException
-
getIconFileName
@CheckForNull public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
@CheckForNull public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
@CheckForNull public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
-