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 void
doSaveSettings(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
ManagementLink.Category
getCategory()
String
getDescription()
String
getDisplayName()
String
getIconFileName()
Descriptor<ServiceConfiguration>
getServiceConfigurationDescriptor()
String
getUrlName()
-
Methods inherited from class hudson.model.ManagementLink
all, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDescription
public String getDescription()
- Overrides:
getDescription
in classManagementLink
-
getServiceConfigurationDescriptor
public Descriptor<ServiceConfiguration> getServiceConfigurationDescriptor()
-
getCategory
@NonNull public ManagementLink.Category getCategory()
- Overrides:
getCategory
in classManagementLink
-
doSaveSettings
public void doSaveSettings(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
- Throws:
IOException
-
-