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

Packages that use Comment
org.eclipse.egit.github.core   
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.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.service
 

Methods in org.eclipse.egit.github.core.service that return Comment
 Comment GistService.createComment(String gistId, String comment)
          Create comment on specified gist id
 Comment IssueService.createComment(String user, String repository, int issueId, String comment)
          Create comment on specified issue id
 Comment IssueService.createComment(String user, String repository, String issueId, String comment)
          Create comment on specified issue id
 Comment GistService.editComment(Comment comment)
          Edit gist 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> GistService.getComments(String gistId)
          Get comments for specified gist id
 List<Comment> IssueService.getComments(String user, String repository, int id)
          Get an issue's comments
 List<Comment> IssueService.getComments(String user, String repository, String id)
          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(String user, String repository, Comment comment)
          Edit issue comment
 



Copyright © 2012. All Rights Reserved.