Package io.jenkins.plugins
Class DingTalkJobProperty
- All Implemented Interfaces:
ExtensionPoint,Describable<JobProperty<?>>,ReconfigurableDescribable<JobProperty<?>>,BuildStep
任务配置页面添加钉钉配置
- Author:
- liuwei
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.JobProperty
ownerFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获取用户设置的通知配置在配置页面展示的列表,需要跟 `全局配置` 同步机器人信息Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
-
Constructor Details
-
DingTalkJobProperty
-
-
Method Details
-
getNotifierConfigs
在配置页面展示的列表,需要跟 `全局配置` 同步机器人信息- Returns:
- 机器人配置列表
-
getCheckedNotifierConfigs
获取用户设置的通知配置- Returns:
- 用户设置的通知配置
-
getAvailableNotifierConfigs
-