public class ReviewCommentGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
ExtendedCommitComment
Additionally provides one the ability to update the comment body and delete the comment.ExtendedCommitComment,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getBody() |
String |
getCommitId() |
Date |
getCreatedAt() |
String |
getDiffHunk() |
long |
getId() |
long |
getInReplyToId() |
Integer |
getLine()
Deprecated.
|
String |
getOriginalCommitId() |
Integer |
getOriginalPosition() |
String |
getPath() |
Integer |
getPosition() |
long |
getPullRequestReviewId() |
String |
getPullRequestUrl() |
Date |
getUpdatedAt() |
String |
getUrl() |
String |
getUser() |
void |
replyTo(String body) |
void |
setBody(String body) |
@Deprecated public Integer getLine()
public Integer getPosition()
public Integer getOriginalPosition()
public String getCommitId()
public String getOriginalCommitId()
public String getPath()
public String getDiffHunk()
public Date getCreatedAt()
public Date getUpdatedAt()
public String getBody()
public long getId()
public String getUrl()
public String getUser()
public long getInReplyToId()
public String getPullRequestUrl()
public long getPullRequestReviewId()
public void setBody(String body)
public void delete()
public void replyTo(String body)
Copyright © 2016–2020. All rights reserved.