Class SmtpServerUpdatedEvent

java.lang.Object
com.atlassian.crowd.event.configuration.SmtpServerUpdatedEvent

public class SmtpServerUpdatedEvent extends Object
This class represents an update to Crowd's mail configuration. It contains the mail configuration before and after the change. If mailing was not configured then the property will be null.
Since:
2.12.0
  • Constructor Details

    • SmtpServerUpdatedEvent

      public SmtpServerUpdatedEvent(@Nullable SMTPServer oldValue, @Nullable SMTPServer newValue)
  • Method Details

    • getOldValue

      @Nullable public SMTPServer getOldValue()
    • getNewValue

      @Nullable public SMTPServer getNewValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object