Class CommentServiceHelper
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.utils.CommentServiceHelper
-
public abstract class CommentServiceHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidappendCommentText(com.xebialabs.xlrelease.domain.Comment comment, java.lang.String commentText, int maxCommentSize, java.lang.String prefix, java.lang.String suffix)static voidupdateCommentText(com.xebialabs.xlrelease.domain.Comment comment, java.lang.String newText, int maxCommentSize, java.lang.String prefix, java.lang.String suffix)
-
-
-
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)
-
-