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 Details

    • ExtendedCommitComment

      public ExtendedCommitComment()
  • Method Details

    • 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)