Package io.jenkins.plugins.wxwork
Class WXWorkGlobalConfig
java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
io.jenkins.plugins.wxwork.WXWorkGlobalConfig
- All Implemented Interfaces:
ExtensionPoint
,Describable<GlobalConfiguration>
,Saveable
,OnMaster
WXWorkGlobalConfig
- Author:
- nekoimi 2022/07/24
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRobotPropertyById
(String robotId) 获取指定ID的机器人配置信息`机器人` 配置页面static WXWorkGlobalConfig
instance()
void
setRobotPropertyList
(List<WXWorkRobotProperty> robotPropertyList) Methods inherited from class jenkins.model.GlobalConfiguration
all, configure, getDescriptor, getGlobalConfigPage
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
WXWorkGlobalConfig
public WXWorkGlobalConfig() -
WXWorkGlobalConfig
-
-
Method Details
-
instance
-
setRobotPropertyList
-
getRobotPropertyById
获取指定ID的机器人配置信息
- Parameters:
robotId
- 机器人唯一ID
-
getWXWorkRobotPropertyDescriptor
`机器人` 配置页面- Returns:
- 机器人配置页面
-