Interface DeleteCommentRewriter.Factory

Enclosing class:
DeleteCommentRewriter

public static interface DeleteCommentRewriter.Factory
  • Method Details

    • create

      DeleteCommentRewriter create(Change.Id id, String uuid, String newMessage)
      Creates a DeleteCommentRewriter instance.
      Parameters:
      id - the id of the change which contains the target comment.
      uuid - the uuid of the target comment.
      newMessage - the message used to replace the old message of the target comment.
      Returns:
      the DeleteCommentRewriter instance