Uses of Class
org.redmine.ta.beans.IssueRelation

Packages that use IssueRelation
org.redmine.ta Use RedmineManager class from this package to communicate with Redmine servers. 
org.redmine.ta.beans Redmine objects (Task, Project, User, Tracker, ...). 
 

Uses of IssueRelation in org.redmine.ta
 

Methods in org.redmine.ta that return IssueRelation
 IssueRelation RedmineManager.createRelation(Integer issueId, Integer issueToId, String type)
           
 

Uses of IssueRelation in org.redmine.ta.beans
 

Methods in org.redmine.ta.beans that return types with arguments of type IssueRelation
 List<IssueRelation> Issue.getRelations()
          Relations are only loaded if you include INCLUDE.relations when loading the Issue.
 



Copyright © 2012. All Rights Reserved.