Package io.jenkins.plugins
Class DingTalkManagementLink
java.lang.Object
hudson.model.ManagementLink
io.jenkins.plugins.DingTalkManagementLink
- 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
Fields inherited from class hudson.model.ManagementLink
LIST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doConfigure
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 res) 全局配置页面Methods inherited from class hudson.model.ManagementLink
all, getBadge, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
Constructor Details
-
DingTalkManagementLink
public DingTalkManagementLink()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getDisplayName
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDescription
- Overrides:
getDescription
in classManagementLink
-
getCategory
- Overrides:
getCategory
in classManagementLink
-
doConfigure
@POST public void doConfigure(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 res) throws jakarta.servlet.ServletException, Descriptor.FormException, IOException - Throws:
jakarta.servlet.ServletException
Descriptor.FormException
IOException
-
getDingTalkGlobalConfigDescriptor
全局配置页面- Returns:
- DingTalkGlobalConfig
-