Class CommentLinkInput

java.lang.Object
com.google.gerrit.extensions.api.projects.CommentLinkInput

public class CommentLinkInput extends Object
Input for a commentlink configuration on a project.

See StoredCommentLinkInfo for additional details.

  • Field Details

    • match

      public String match
      A JavaScript regular expression to match positions to be replaced with a hyperlink.
    • prefix

      public String prefix
      Text inserted before the link if the regular expression is matched.
    • suffix

      public String suffix
      Text inserted after the link if the regular expression is matched.
    • text

      public String text
      Text of the link.
    • enabled

      public Boolean enabled
      Whether the commentlink is enabled.
  • Constructor Details

    • CommentLinkInput

      public CommentLinkInput()