Class CommentServiceHelper


  • public abstract class CommentServiceHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void appendCommentText​(com.xebialabs.xlrelease.domain.Comment comment, java.lang.String commentText, int maxCommentSize, java.lang.String prefix, java.lang.String suffix)  
      static void updateCommentText​(com.xebialabs.xlrelease.domain.Comment comment, java.lang.String newText, int maxCommentSize, java.lang.String prefix, java.lang.String suffix)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • appendCommentText

        public static void appendCommentText​(com.xebialabs.xlrelease.domain.Comment comment,
                                             java.lang.String commentText,
                                             int maxCommentSize,
                                             java.lang.String prefix,
                                             java.lang.String suffix)
      • updateCommentText

        public static void updateCommentText​(com.xebialabs.xlrelease.domain.Comment comment,
                                             java.lang.String newText,
                                             int maxCommentSize,
                                             java.lang.String prefix,
                                             java.lang.String suffix)