Uses of Class
com.tszadel.qctools4j.model.metadata.Link

Packages that use Link
com.tszadel.qctools4j.clients   
 

Uses of Link in com.tszadel.qctools4j.clients
 

Methods in com.tszadel.qctools4j.clients that return Link
 Link BugClient.createLink(int pBugId1, Link pLink)
          Link 2 existing bugs.
 

Methods in com.tszadel.qctools4j.clients that return types with arguments of type Link
 List<Link> BugClient.getLinks(int pBugId)
          Returns all the links of a given bug.
 

Methods in com.tszadel.qctools4j.clients with parameters of type Link
 Link BugClient.createLink(int pBugId1, Link pLink)
          Link 2 existing bugs.