Class NotificationBuildCompleted

  • All Implemented Interfaces:
    INotification

    public class NotificationBuildCompleted
    extends Notification
    Wrapper for the Commands and Notifications send to gerrit if build is completed.
    • Constructor Detail

      • NotificationBuildCompleted

        public NotificationBuildCompleted​(BuildMemory.MemoryImprint memoryImprint,
                                          TaskListener listener,
                                          ParameterExpander parameterExpander)
        Constructor.
        Parameters:
        memoryImprint - the memoryImprint.
        listener - the task listener.
        parameterExpander - the parameter expander.
    • Method Detail

      • getCommands

        public NotificationCommands getCommands()
        Description copied from interface: INotification
        Returns the NotificationCommands object.
        Returns:
        NotificationsCommands object
      • isValid

        public boolean isValid()
        Description copied from interface: INotification
        Returns true or false depending on whether the notification is valid or not.
        Returns:
        true or false