Class PluginManagementLink
- java.lang.Object
-
- hudson.model.ManagementLink
-
- io.jenkins.plugins.devopsportal.views.PluginManagementLink
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject
@Extension public class PluginManagementLink extends ManagementLink
Plugin settings screen, used to define the list of application services.- Author:
- Rémi BELLO <remi@evolya.fr>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.ManagementLink
ManagementLink.Category
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.ManagementLink
LIST
-
-
Constructor Summary
Constructors Constructor Description PluginManagementLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSaveSettings(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)ManagementLink.CategorygetCategory()StringgetDescription()StringgetDisplayName()StringgetIconFileName()Descriptor<ServiceConfiguration>getServiceConfigurationDescriptor()StringgetUrlName()-
Methods inherited from class hudson.model.ManagementLink
all, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction- Specified by:
getIconFileNamein classManagementLink
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction- Specified by:
getUrlNamein classManagementLink
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classManagementLink
-
getServiceConfigurationDescriptor
public Descriptor<ServiceConfiguration> getServiceConfigurationDescriptor()
-
getCategory
@NonNull public ManagementLink.Category getCategory()
- Overrides:
getCategoryin classManagementLink
-
doSaveSettings
public void doSaveSettings(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException- Throws:
IOException
-
-