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

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

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

Subclasses of Comment in org.eclipse.egit.github.core
 class CommitComment
          Commit comment model class.
 

Methods in org.eclipse.egit.github.core that return Comment
 Comment Comment.setBody(String body)
           
 Comment Comment.setBodyHtml(String bodyHtml)
           
 Comment Comment.setBodyText(String bodyText)
           
 Comment Comment.setCreatedAt(Date createdAt)
           
 Comment Comment.setId(long id)
           
 Comment Comment.setUpdatedAt(Date updatedAt)
           
 Comment Comment.setUrl(String url)
           
 Comment Comment.setUser(User user)
           
 

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

Methods in org.eclipse.egit.github.core.event that return Comment
 Comment IssueCommentPayload.getComment()
           
 

Methods in org.eclipse.egit.github.core.event with parameters of type Comment
 IssueCommentPayload IssueCommentPayload.setComment(Comment comment)
           
 

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

Methods in org.eclipse.egit.github.core.service that return Comment
 Comment IssueService.createComment(IRepositoryIdProvider repository, int issueNumber, String comment)
          Create comment on specified issue number
 Comment IssueService.createComment(IRepositoryIdProvider repository, String issueNumber, String comment)
          Create comment on specified issue number
 Comment GistService.createComment(String gistId, String comment)
          Create comment on specified gist id
 Comment IssueService.createComment(String user, String repository, int issueNumber, String comment)
          Create comment on specified issue number
 Comment IssueService.createComment(String user, String repository, String issueNumber, String comment)
          Create comment on specified issue number
 Comment GistService.editComment(Comment comment)
          Edit gist comment
 Comment IssueService.editComment(IRepositoryIdProvider repository, Comment comment)
          Edit issue comment
 Comment IssueService.editComment(String user, String repository, Comment comment)
          Edit issue comment
 Comment GistService.getComment(long commentId)
          Get gist comment with id
 Comment IssueService.getComment(String user, String repository, long commentId)
          Get issue comment
 

Methods in org.eclipse.egit.github.core.service that return types with arguments of type Comment
 List<Comment> IssueService.getComments(IRepositoryIdProvider repository, int issueNumber)
          Get an issue's comments
 List<Comment> IssueService.getComments(IRepositoryIdProvider repository, String issueNumber)
          Get an issue's comments
 List<Comment> GistService.getComments(String gistId)
          Get comments for specified gist id
 List<Comment> IssueService.getComments(String user, String repository, int issueNumber)
          Get an issue's comments
 List<Comment> IssueService.getComments(String user, String repository, String issueNumber)
          Get an issue's comments
 

Methods in org.eclipse.egit.github.core.service with parameters of type Comment
 Comment GistService.editComment(Comment comment)
          Edit gist comment
 Comment IssueService.editComment(IRepositoryIdProvider repository, Comment comment)
          Edit issue comment
 Comment IssueService.editComment(String user, String repository, Comment comment)
          Edit issue comment
 



Copyright © 2012. All Rights Reserved.