Class CommentCreatedEvent

  • All Implemented Interfaces:
    CommentEvent, XLReleaseEvent, java.io.Serializable, scala.Equals, scala.Product

    public class CommentCreatedEvent
    extends java.lang.Object
    implements CommentEvent, scala.Product, java.io.Serializable
    Event published when a comment is created on a task. param: task the task which was commented. param: comment the comment instance. param: author username of the author of the comment. param: createdByUser flag to differentiate if the comment was created by user or by any script task
    See Also:
    Serialized Form
    • Constructor Detail

      • CommentCreatedEvent

        public CommentCreatedEvent​(Task task,
                                   Comment comment,
                                   java.lang.String author,
                                   boolean createdByUser)
    • Method Detail

      • $lessinit$greater$default$4

        public static boolean $lessinit$greater$default$4()
      • apply$default$4

        public static boolean apply$default$4()
      • task

        public Task task()
      • comment

        public Comment comment()
      • author

        public java.lang.String author()
      • createdByUser

        public boolean createdByUser()
      • copy$default$1

        public Task copy$default$1()
      • copy$default$2

        public Comment copy$default$2()
      • copy$default$3

        public java.lang.String copy$default$3()
      • copy$default$4

        public boolean copy$default$4()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object