Class CommentServiceHelper

java.lang.Object
com.xebialabs.xlrelease.domain.utils.CommentServiceHelper

public abstract class CommentServiceHelper extends Object
  • Method Details

    • appendCommentText

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

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