Interface INotification
-
- All Known Implementing Classes:
Notification
,NotificationBuildCompleted
,NotificationBuildStarted
public interface INotification
Interface for a Notification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationCommands
getCommands()
Returns the NotificationCommands object.boolean
isValid()
Returns true or false depending on whether the notification is valid or not.boolean
isVoteSameTopic()
Returns true of 'isVoteSameTopic()' in Gerrit config is enabled.
-
-
-
Method Detail
-
getCommands
NotificationCommands getCommands()
Returns the NotificationCommands object.- Returns:
- NotificationsCommands object
-
isVoteSameTopic
boolean isVoteSameTopic()
Returns true of 'isVoteSameTopic()' in Gerrit config is enabled. Otherwise, false.- Returns:
- true or false depending on isVoteSameTopic in Gerrit config.
-
isValid
boolean isValid()
Returns true or false depending on whether the notification is valid or not.- Returns:
- true or false
-
-