Class ExtendedCommitComment
java.lang.Object
org.eclipse.egit.github.core.Comment
org.eclipse.egit.github.core.CommitComment
org.jenkinsci.plugins.pipeline.github.client.ExtendedCommitComment
- All Implemented Interfaces:
Serializable
public class ExtendedCommitComment
extends org.eclipse.egit.github.core.CommitComment
- Author:
- Aaron Whiteside
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetInReplyToId(long inReplyToId) voidsetPullRequestReviewId(long pullRequestReviewId) voidsetPullRequestUrl(String pullRequestUrl) Methods inherited from class org.eclipse.egit.github.core.CommitComment
getCommitId, getDiffHunk, getLine, getOriginalCommitId, getOriginalPosition, getPath, getPosition, setCommitId, setDiffHunk, setLine, setOriginalCommitId, setOriginalPosition, setPath, setPositionMethods inherited from class org.eclipse.egit.github.core.Comment
getBody, getBodyHtml, getBodyText, getCreatedAt, getId, getUpdatedAt, getUrl, getUser, setBody, setBodyHtml, setBodyText, setCreatedAt, setId, setUpdatedAt, setUrl, setUser
-
Constructor Details
-
ExtendedCommitComment
public ExtendedCommitComment()
-
-
Method Details
-
getInReplyToId
public long getInReplyToId() -
setInReplyToId
public void setInReplyToId(long inReplyToId) -
getPullRequestUrl
-
setPullRequestUrl
-
getPullRequestReviewId
public long getPullRequestReviewId() -
setPullRequestReviewId
public void setPullRequestReviewId(long pullRequestReviewId)
-