Uses of Class
io.jenkins.plugins.gerritchecksapi.rest.CommentRange
-
Packages that use CommentRange Package Description io.jenkins.plugins.gerritchecksapi.rest -
-
Uses of CommentRange in io.jenkins.plugins.gerritchecksapi.rest
Methods in io.jenkins.plugins.gerritchecksapi.rest that return CommentRange Modifier and Type Method Description CommentRange
CodePointer. getRange()
CommentRange
Replacement. getRange()
Methods in io.jenkins.plugins.gerritchecksapi.rest with parameters of type CommentRange Modifier and Type Method Description void
CodePointer. setRange(CommentRange range)
void
Replacement. setRange(CommentRange range)
Constructors in io.jenkins.plugins.gerritchecksapi.rest with parameters of type CommentRange Constructor Description CodePointer(String path, CommentRange range)
Replacement(String path, CommentRange range, String replacement)
-