Class CommentLinkInput
java.lang.Object
com.google.gerrit.extensions.api.projects.CommentLinkInput
Input for a commentlink configuration on a project.
See StoredCommentLinkInfo
for additional details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhether the commentlink is enabled.The URL to direct the user to whenever the regular expression is matched.A JavaScript regular expression to match positions to be replaced with a hyperlink.Text inserted before the link if the regular expression is matched.Text inserted after the link if the regular expression is matched.Text of the link. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
match
A JavaScript regular expression to match positions to be replaced with a hyperlink. -
link
The URL to direct the user to whenever the regular expression is matched. -
prefix
Text inserted before the link if the regular expression is matched. -
suffix
Text inserted after the link if the regular expression is matched. -
text
Text of the link. -
enabled
Whether the commentlink is enabled.
-
-
Constructor Details
-
CommentLinkInput
public CommentLinkInput()
-