Class ConfigurationManagementLink
java.lang.Object
hudson.model.ManagementLink
io.jenkins.plugins.globalyamlproperties.ConfigurationManagementLink
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
-
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
FieldsModifier and TypeFieldDescriptionstatic final PermissionGroup
static final Permission
static final Permission
Fields inherited from class hudson.model.ManagementLink
LIST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckName
(String value) doCheckYamlConfig
(String value) org.kohsuke.stapler.HttpResponse
doConfigure
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Methods inherited from class hudson.model.ManagementLink
all, getBadge, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
Field Details
-
PERMISSIONS
-
VIEW_CONFIG
-
UPDATE_CONFIG
-
-
Constructor Details
-
ConfigurationManagementLink
public ConfigurationManagementLink()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getConfiguration
-
doConfigure
@POST public org.kohsuke.stapler.HttpResponse doConfigure(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-
doCheckName
-
getApplicableConfigSources
-
doCheckYamlConfig
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDisplayName
-
getDescription
- Overrides:
getDescription
in classManagementLink
-
getCategory
- Overrides:
getCategory
in classManagementLink
-