File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/org/jenkinsci/plugins/github_branch_source Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33== Extension Points
44
55=== AbstractGitHubNotificationStrategy
6- This extension points allows traits to modify the contents of a Github status notification for a build.
6+ This API allows traits to modify the contents of a GitHub status notification for a build.
77There are currently 3 points in a build lifecycle where notifications are sent:
88
99* On entering the queue
Original file line number Diff line number Diff line change 2424
2525package org .jenkinsci .plugins .github_branch_source ;
2626
27- import hudson .ExtensionPoint ;
2827import hudson .model .TaskListener ;
2928
3029import java .util .List ;
3332 * Represents a strategy for constructing GitHub status notifications
3433 * @since 2.3.2
3534 */
36- public abstract class AbstractGitHubNotificationStrategy implements ExtensionPoint {
35+ public abstract class AbstractGitHubNotificationStrategy {
3736
3837 /**
3938 * Creates the list of {@link GitHubNotificationRequest} for the given context.
You can’t perform that action at this time.
0 commit comments