Uses of Class
org.jenkinsci.plugins.github_branch_source.GitHubNotificationRequest
Packages that use GitHubNotificationRequest
-
Uses of GitHubNotificationRequest in org.jenkinsci.plugins.github_branch_source
Methods in org.jenkinsci.plugins.github_branch_source that return GitHubNotificationRequestModifier and TypeMethodDescriptionstatic GitHubNotificationRequestGitHubNotificationRequest.build(String context, String url, String message, org.kohsuke.github.GHCommitState state, boolean ignoreError) Methods in org.jenkinsci.plugins.github_branch_source that return types with arguments of type GitHubNotificationRequestModifier and TypeMethodDescriptionabstract List<GitHubNotificationRequest>AbstractGitHubNotificationStrategy.notifications(GitHubNotificationContext notificationContext, TaskListener listener) Creates the list ofGitHubNotificationRequestfor the given context.DefaultGitHubNotificationStrategy.notifications(GitHubNotificationContext notificationContext, TaskListener listener) Creates the list ofGitHubNotificationRequestfor the given context.