Class CommentBuilder


  • public class CommentBuilder
    extends java.lang.Object
    • Method Detail

      • withText

        public CommentBuilder withText​(java.lang.String text)
      • withAuthor

        public CommentBuilder withAuthor​(java.lang.String author)
      • withCreationDate

        public CommentBuilder withCreationDate​(java.util.Date creationDate)
      • build

        public com.xebialabs.xlrelease.domain.Comment build()