Interface ConfluencePublisherListener


  • public interface ConfluencePublisherListener
    Author:
    Christian Stettler
    • Method Detail

      • attachmentAdded

        void attachmentAdded​(String attachmentFileName,
                             String contentId)
      • attachmentUpdated

        void attachmentUpdated​(String attachmentFileName,
                               String contentId)
      • attachmentDeleted

        void attachmentDeleted​(String attachmentFileName,
                               String contentId)
      • publishCompleted

        void publishCompleted()