Uses of Class
io.jenkins.plugins.DingTalkRobotConfig
Packages that use DingTalkRobotConfig
-
Uses of DingTalkRobotConfig in io.jenkins.plugins
Methods in io.jenkins.plugins that return types with arguments of type DingTalkRobotConfigModifier and TypeMethodDescriptionDingTalkRobotConfig.getDescriptor()
static Optional<DingTalkRobotConfig>
Method parameters in io.jenkins.plugins with type arguments of type DingTalkRobotConfigModifier and TypeMethodDescriptionvoid
DingTalkGlobalConfig.setRobotConfigs
(ArrayList<DingTalkRobotConfig> robotConfigs) Constructors in io.jenkins.plugins with parameters of type DingTalkRobotConfigConstructor parameters in io.jenkins.plugins with type arguments of type DingTalkRobotConfigModifierConstructorDescriptionDingTalkGlobalConfig
(DingTalkProxyConfig proxyConfig, boolean verbose, Set<String> noticeOccasions, ArrayList<DingTalkRobotConfig> robotConfigs) -
Uses of DingTalkRobotConfig in io.jenkins.plugins.model
Methods in io.jenkins.plugins.model with parameters of type DingTalkRobotConfigModifier and TypeMethodDescriptionstatic RobotConfigModel
RobotConfigModel.of
(DingTalkRobotConfig robotConfig) 从机器人配置中解析元信息 -
Uses of DingTalkRobotConfig in io.jenkins.plugins.sdk
Constructors in io.jenkins.plugins.sdk with parameters of type DingTalkRobotConfig