Uses of Class
org.jenkinsci.plugins.github_branch_source.GitHubNotificationRequest
-
Uses of GitHubNotificationRequest in org.jenkinsci.plugins.github_branch_source
Methods in org.jenkinsci.plugins.github_branch_source that return GitHubNotificationRequestModifier and TypeMethodDescriptionstatic GitHubNotificationRequest
GitHubNotificationRequest.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 ofGitHubNotificationRequest
for the given context.DefaultGitHubNotificationStrategy.notifications
(GitHubNotificationContext notificationContext, TaskListener listener) Creates the list ofGitHubNotificationRequest
for the given context.