Uses of Class
org.eclipse.egit.github.core.CommitComment

Packages that use CommitComment
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.event   
org.eclipse.egit.github.core.service   
 

Uses of CommitComment in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return CommitComment
 CommitComment CommitComment.setCommitId(String commitId)
           
 CommitComment CommitComment.setLine(int line)
           
 CommitComment CommitComment.setPath(String path)
           
 CommitComment CommitComment.setPosition(int position)
           
 

Uses of CommitComment in org.eclipse.egit.github.core.event
 

Methods in org.eclipse.egit.github.core.event that return CommitComment
 CommitComment CommitCommentPayload.getComment()
           
 CommitComment PullRequestReviewCommentPayload.getComment()
           
 

Methods in org.eclipse.egit.github.core.event with parameters of type CommitComment
 CommitCommentPayload CommitCommentPayload.setComment(CommitComment comment)
           
 PullRequestReviewCommentPayload PullRequestReviewCommentPayload.setComment(CommitComment comment)
           
 

Uses of CommitComment in org.eclipse.egit.github.core.service
 

Methods in org.eclipse.egit.github.core.service that return CommitComment
 CommitComment CommitService.addComment(IRepositoryIdProvider repository, String sha, CommitComment comment)
          Add comment to given commit
 CommitComment PullRequestService.createComment(IRepositoryIdProvider repository, int id, CommitComment comment)
          Create comment on given pull request
 CommitComment CommitService.editComment(IRepositoryIdProvider repository, CommitComment comment)
          Edit given comment
 CommitComment PullRequestService.editComment(IRepositoryIdProvider repository, CommitComment comment)
          Edit pull request comment
 CommitComment CommitService.getComment(IRepositoryIdProvider repository, long commentId)
          Get commit comment with given id
 CommitComment PullRequestService.getComment(IRepositoryIdProvider repository, long commentId)
          Get commit comment with given id
 CommitComment PullRequestService.replyToComment(IRepositoryIdProvider repository, int pullRequestId, int commentId, String body)
          Reply to given comment
 

Methods in org.eclipse.egit.github.core.service that return types with arguments of type CommitComment
 List<CommitComment> PullRequestService.getComments(IRepositoryIdProvider repository, int id)
          Get all comments on commits in given pull request
 List<CommitComment> CommitService.getComments(IRepositoryIdProvider repository, String sha)
          Get all comments on commit with given SHA-1
 PageIterator<CommitComment> PullRequestService.pageComments(IRepositoryIdProvider repository, int id)
          Page pull request commit comments
 PageIterator<CommitComment> PullRequestService.pageComments(IRepositoryIdProvider repository, int id, int size)
          Page pull request commit comments
 PageIterator<CommitComment> PullRequestService.pageComments(IRepositoryIdProvider repository, int id, int start, int size)
          Page pull request commit comments
 PageIterator<CommitComment> CommitService.pageComments(IRepositoryIdProvider repository, String sha)
          Page comments on commit with given SHA-1
 PageIterator<CommitComment> CommitService.pageComments(IRepositoryIdProvider repository, String sha, int size)
          Page comments on commit with given SHA-1
 PageIterator<CommitComment> CommitService.pageComments(IRepositoryIdProvider repository, String sha, int start, int size)
          Page comments on commit with given SHA-1
 

Methods in org.eclipse.egit.github.core.service with parameters of type CommitComment
 CommitComment CommitService.addComment(IRepositoryIdProvider repository, String sha, CommitComment comment)
          Add comment to given commit
 CommitComment PullRequestService.createComment(IRepositoryIdProvider repository, int id, CommitComment comment)
          Create comment on given pull request
 CommitComment CommitService.editComment(IRepositoryIdProvider repository, CommitComment comment)
          Edit given comment
 CommitComment PullRequestService.editComment(IRepositoryIdProvider repository, CommitComment comment)
          Edit pull request comment
 



Copyright © 2012. All Rights Reserved.