Uses of Class
net.thucydides.plugins.jira.model.IssueComment

Packages that use IssueComment
net.thucydides.plugins.jira.model   
net.thucydides.plugins.jira.service   
 

Uses of IssueComment in net.thucydides.plugins.jira.model
 

Methods in net.thucydides.plugins.jira.model that return types with arguments of type IssueComment
 List<IssueComment> IssueTracker.getCommentsFor(String issueKey)
           
 

Methods in net.thucydides.plugins.jira.model with parameters of type IssueComment
 void IssueTracker.updateComment(IssueComment issueComment)
           
 

Uses of IssueComment in net.thucydides.plugins.jira.service
 

Methods in net.thucydides.plugins.jira.service that return types with arguments of type IssueComment
 List<IssueComment> JiraIssueTracker.getCommentsFor(String issueKey)
          Return the comments associated with the specified issue.
 

Methods in net.thucydides.plugins.jira.service with parameters of type IssueComment
 void JiraIssueTracker.updateComment(IssueComment issueComment)
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.