Uses of Class
org.jenkinsci.plugins.github_branch_source.GitHubNotificationContext
-
Uses of GitHubNotificationContext in org.jenkinsci.plugins.github_branch_source
Modifier and TypeMethodDescriptionstatic GitHubNotificationContext
GitHubNotificationContext.build
(Job<?, ?> job, Run<?, ?> build, jenkins.scm.api.SCMSource source, jenkins.scm.api.SCMHead head) Modifier and TypeMethodDescriptionabstract List<GitHubNotificationRequest>
AbstractGitHubNotificationStrategy.notifications
(GitHubNotificationContext notificationContext, TaskListener listener) Creates the list ofGitHubNotificationRequest
for the given context.DefaultGitHubNotificationStrategy.notifications
(GitHubNotificationContext notificationContext, TaskListener listener) Creates the list ofGitHubNotificationRequest
for the given context.