Uses of Class
org.jenkinsci.plugins.githubautostatus.config.GithubNotificationConfig
Packages that use GithubNotificationConfig
Package
Description
-
Uses of GithubNotificationConfig in org.jenkinsci.plugins.githubautostatus
Methods in org.jenkinsci.plugins.githubautostatus with parameters of type GithubNotificationConfigModifier and TypeMethodDescriptionvoidBuildStatusAction.addGithubNotifier(GithubNotificationConfig config) Attempts to add a GitHub notifier. -
Uses of GithubNotificationConfig in org.jenkinsci.plugins.githubautostatus.config
Methods in org.jenkinsci.plugins.githubautostatus.config that return GithubNotificationConfigModifier and TypeMethodDescriptionstatic GithubNotificationConfigConstructs a config object from a Run object.static GithubNotificationConfigConstructs a config object from aRunobject and GitHub builder. -
Uses of GithubNotificationConfig in org.jenkinsci.plugins.githubautostatus.notifiers
Methods in org.jenkinsci.plugins.githubautostatus.notifiers with parameters of type GithubNotificationConfigModifier and TypeMethodDescriptionBuildNotifierManager.addGithubNotifier(GithubNotificationConfig config) Adds a GitHub repository for notifications.Constructors in org.jenkinsci.plugins.githubautostatus.notifiers with parameters of type GithubNotificationConfigModifierConstructorDescriptionGithubBuildNotifier(org.kohsuke.github.GHRepository repository, String shaString, String targetUrl, GithubNotificationConfig config) Constructor with config for credential refresh support.