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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
matchA JavaScript regular expression to match positions to be replaced with a hyperlink.
- 
linkThe URL to direct the user to whenever the regular expression is matched.
- 
prefixText inserted before the link if the regular expression is matched.
- 
suffixText inserted after the link if the regular expression is matched.
- 
textText of the link.
- 
enabledWhether the commentlink is enabled.
 
- 
- 
Constructor Details- 
CommentLinkInputpublic CommentLinkInput()
 
-