Class Notifier

java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.Notifier
All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

@Generated public class Notifier extends BaseObject
See Also:
  • Constructor Details

    • Notifier

      public Notifier()
    • Notifier

      public Notifier(Notifier delegate)
    • Notifier

      public Notifier(Notifier delegate, BaseObject parent)
  • Method Details

    • clone

      public Notifier clone()
      Overrides:
      clone in class Object
    • getDelegate

      public Notifier getDelegate()
      Overrides:
      getDelegate in class BaseObject
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isSendOnError

      public boolean isSendOnError()
    • setSendOnError

      public void setSendOnError(boolean sendOnError)
    • isSendOnFailure

      public boolean isSendOnFailure()
    • setSendOnFailure

      public void setSendOnFailure(boolean sendOnFailure)
    • isSendOnSuccess

      public boolean isSendOnSuccess()
    • setSendOnSuccess

      public void setSendOnSuccess(boolean sendOnSuccess)
    • isSendOnWarning

      public boolean isSendOnWarning()
    • setSendOnWarning

      public void setSendOnWarning(boolean sendOnWarning)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getConfiguration

      @Nonnull public Properties getConfiguration()
    • setConfiguration

      public void setConfiguration(Properties configuration)
    • addConfiguration

      public void addConfiguration(String key, String value)
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the location of the specified field in the input source.
      Parameters:
      key - The key of the field, must not be null.
      Returns:
      The location of the field in the input source or null if unknown.
    • setLocation

      public void setLocation(Object key, InputLocation location)
      Description copied from interface: InputLocationTracker
      Sets the location of the specified field.
      Parameters:
      key - The key of the field, must not be null.
      location - The location of the field, may be null.
    • replace

      protected boolean replace(Object oldDelegate, Object newDelegate)
      Overrides:
      replace in class BaseObject
    • notifierToApiV4

      public static List<Notifier> notifierToApiV4(List<Notifier> list)
    • notifierToApiV3

      public static List<Notifier> notifierToApiV3(List<Notifier> list)