类 DingTalkManagementLink
java.lang.Object
hudson.model.ManagementLink
io.jenkins.plugins.DingTalkManagementLink
- 所有已实现的接口:
ExtensionPoint
,Action
,ModelObject
@Extension(ordinal=1.7976931348623157E308)
public class DingTalkManagementLink
extends ManagementLink
-
嵌套类概要
从类继承的嵌套类/接口 hudson.model.ManagementLink
ManagementLink.Category
从接口继承的嵌套类/接口 hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
字段概要
从类继承的字段 hudson.model.ManagementLink
LIST
-
构造器概要
-
方法概要
修饰符和类型方法说明void
doConfigure
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) 全局配置页面从类继承的方法 hudson.model.ManagementLink
all, getBadge, getCategory, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
构造器详细资料
-
DingTalkManagementLink
public DingTalkManagementLink()
-
-
方法详细资料
-
getIconFileName
- 指定者:
getIconFileName
在接口中Action
- 指定者:
getIconFileName
在类中ManagementLink
-
getDisplayName
-
getUrlName
- 指定者:
getUrlName
在接口中Action
- 指定者:
getUrlName
在类中ManagementLink
-
getDescription
- 覆盖:
getDescription
在类中ManagementLink
-
doConfigure
@POST public void doConfigure(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws javax.servlet.ServletException, Descriptor.FormException, IOException - 抛出:
javax.servlet.ServletException
Descriptor.FormException
IOException
-
getDingTalkGlobalConfigDescriptor
全局配置页面- 返回:
- DingTalkGlobalConfig
-