public abstract class AbstractGitHubNotificationStrategy extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
AbstractGitHubNotificationStrategy() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object o) |
abstract int |
hashCode() |
abstract List<GitHubNotificationRequest> |
notifications(GitHubNotificationContext notificationContext,
hudson.model.TaskListener listener)
Creates the list of
GitHubNotificationRequest for the given context. |
public abstract List<GitHubNotificationRequest> notifications(GitHubNotificationContext notificationContext, hudson.model.TaskListener listener)
GitHubNotificationRequest
for the given context.notificationContext
- GitHubNotificationContext
the context detailslistener
- the listenerCopyright © 2016–2020. All rights reserved.