public class ReviewCommentGroovyObject
extends groovy.lang.GroovyObjectSupport
ExtendedCommitComment
Additionally provides one the ability to update the comment body and delete the comment.ExtendedCommitComment| Constructor and Description |
|---|
ReviewCommentGroovyObject(ExtendedCommitComment commitComment,
org.eclipse.egit.github.core.RepositoryId base,
ExtendedCommitService commitService) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Object |
getProperty(String property) |
void |
replyTo(String body) |
void |
setProperty(String property,
Object newValue) |
public ReviewCommentGroovyObject(ExtendedCommitComment commitComment, org.eclipse.egit.github.core.RepositoryId base, ExtendedCommitService commitService)
public Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class groovy.lang.GroovyObjectSupportpublic void setProperty(String property, Object newValue)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class groovy.lang.GroovyObjectSupportpublic void delete()
public void replyTo(String body)
Copyright © 2016–2017. All rights reserved.