public class IssueCommentGroovyObject
extends groovy.lang.GroovyObjectSupport
Comment
Additionally provides one the ability to update the comment body and delete the comment.Comment| Constructor and Description |
|---|
IssueCommentGroovyObject(org.eclipse.egit.github.core.Comment comment,
org.eclipse.egit.github.core.RepositoryId base,
org.eclipse.egit.github.core.service.IssueService issueService) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Object |
getProperty(String property) |
void |
setProperty(String property,
Object newValue) |
public IssueCommentGroovyObject(org.eclipse.egit.github.core.Comment comment,
org.eclipse.egit.github.core.RepositoryId base,
org.eclipse.egit.github.core.service.IssueService issueService)
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()
Copyright © 2016–2017. All rights reserved.