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
Methods 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 GitHubSCMSourceContext
GitHubSCMSourceContext.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 GitHubSCMSourceContext
GitHubSCMSourceContext.withNotificationStrategies
(List<AbstractGitHubNotificationStrategy> strategies) Replaces the list of strategies used to notify Github of build status.