Uses of Class
org.jenkinsci.plugins.github_branch_source.AbstractGitHubNotificationStrategy
Packages that use AbstractGitHubNotificationStrategy
-
Uses of AbstractGitHubNotificationStrategy in org.jenkinsci.plugins.github_branch_source
Modifier and TypeClassDescriptionfinal classDefault implementation ofAbstractGitHubNotificationStrategyMethods in org.jenkinsci.plugins.github_branch_source that return types with arguments of type AbstractGitHubNotificationStrategyModifier and TypeMethodDescriptionGitHubSCMSourceContext.notificationStrategies()Returns the strategies used to notify Github of build status.Methods in org.jenkinsci.plugins.github_branch_source with parameters of type AbstractGitHubNotificationStrategyModifier and TypeMethodDescriptionfinal GitHubSCMSourceContextGitHubSCMSourceContext.withNotificationStrategy(AbstractGitHubNotificationStrategy strategy) Add a strategy used to notify Github of build status.Method parameters in org.jenkinsci.plugins.github_branch_source with type arguments of type AbstractGitHubNotificationStrategyModifier and TypeMethodDescriptionfinal GitHubSCMSourceContextGitHubSCMSourceContext.withNotificationStrategies(List<AbstractGitHubNotificationStrategy> strategies) Replaces the list of strategies used to notify Github of build status.