Uses of Class
org.jenkinsci.plugins.pipeline.github.IssueCommentGroovyObject
-
Packages that use IssueCommentGroovyObject Package Description org.jenkinsci.plugins.pipeline.github -
-
Uses of IssueCommentGroovyObject in org.jenkinsci.plugins.pipeline.github
Methods in org.jenkinsci.plugins.pipeline.github that return IssueCommentGroovyObject Modifier and Type Method Description IssueCommentGroovyObject
PullRequestGroovyObject. comment(String body)
IssueCommentGroovyObject
PullRequestGroovyObject. editComment(long commentId, String body)
Methods in org.jenkinsci.plugins.pipeline.github that return types with arguments of type IssueCommentGroovyObject Modifier and Type Method Description Iterable<IssueCommentGroovyObject>
PullRequestGroovyObject. getComments()
-