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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendedCommitComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getInReplyToId()
long
getPullRequestReviewId()
String
getPullRequestUrl()
void
setInReplyToId(long inReplyToId)
void
setPullRequestReviewId(long pullRequestReviewId)
void
setPullRequestUrl(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, setPosition
-
-
-
-
Method Detail
-
getInReplyToId
public long getInReplyToId()
-
setInReplyToId
public void setInReplyToId(long inReplyToId)
-
getPullRequestUrl
public String getPullRequestUrl()
-
setPullRequestUrl
public void setPullRequestUrl(String pullRequestUrl)
-
getPullRequestReviewId
public long getPullRequestReviewId()
-
setPullRequestReviewId
public void setPullRequestReviewId(long pullRequestReviewId)
-
-