Uses of Class
org.jenkinsci.plugins.github_branch_source.AbstractGitHubNotificationStrategy
-
Uses of AbstractGitHubNotificationStrategy in org.jenkinsci.plugins.github_branch_source
Modifier and TypeClassDescriptionfinal class
Default implementation ofAbstractGitHubNotificationStrategy
Modifier and TypeMethodDescriptionGitHubSCMSourceContext.notificationStrategies()
Returns the strategies used to notify Github of build status.Modifier and TypeMethodDescriptionfinal GitHubSCMSourceContext
GitHubSCMSourceContext.withNotificationStrategy
(AbstractGitHubNotificationStrategy strategy) Add a strategy used to notify Github of build status.Modifier and TypeMethodDescriptionfinal GitHubSCMSourceContext
GitHubSCMSourceContext.withNotificationStrategies
(List<AbstractGitHubNotificationStrategy> strategies) Replaces the list of strategies used to notify Github of build status.