Class GenericEventItemListener

    • Constructor Detail

      • GenericEventItemListener

        public GenericEventItemListener()
    • Method Detail

      • setEventSender

        public void setEventSender​(EventSender eventSender)
      • getCanonicalEventUrl

        public String getCanonicalEventUrl​(String fullName)
        Normalizes url for canonical representation

        For example, if the url was "view/myView/job/folder/job/taskName/", then result will be "job/folder/job/taskName/"

        Parameters:
        fullName - Project name
      • getCanonicalEventUrlNewLocation

        public String getCanonicalEventUrlNewLocation​(Item item,
                                                      String newFullName)