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