Class IssueCommentGroovyObject
java.lang.Object
groovy.lang.GroovyObjectSupport
org.jenkinsci.plugins.pipeline.github.IssueCommentGroovyObject
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
public class IssueCommentGroovyObject
extends groovy.lang.GroovyObjectSupport
implements Serializable
Groovy wrapper over a
Comment
Additionally provides one the ability to update the comment body and delete the comment.- Author:
- Aaron Whiteside
- See Also:
-
Comment
- Serialized Form
-
Method Details
-
getCreatedAt
-
getUpdatedAt
-
getBody
-
getBodyHtml
-
getBodyText
-
getId
public long getId() -
getUrl
-
getUser
-
setBody
-
delete
public void delete()
-