Uses of Interface
net.sourceforge.groboutils.pmti.v1.itf.IIssueRecord

Packages that use IIssueRecord
net.sourceforge.groboutils.pmti.v1.itf The Issue Traceability Framework
net.sourceforge.groboutils.pmti.v1.itf.impl   
 

Uses of IIssueRecord in net.sourceforge.groboutils.pmti.v1.itf
 

Methods in net.sourceforge.groboutils.pmti.v1.itf that return IIssueRecord
 IIssueRecord ITestIssueRecord.getIssueRecord()
          Returns the issue this record is associated with.
 

Uses of IIssueRecord in net.sourceforge.groboutils.pmti.v1.itf.impl
 

Classes in net.sourceforge.groboutils.pmti.v1.itf.impl that implement IIssueRecord
 class DefaultIssueRecord
          Simple immutable implementation of IIssueRecord.
 

Methods in net.sourceforge.groboutils.pmti.v1.itf.impl that return IIssueRecord
 IIssueRecord DefaultTestIssueRecord.getIssueRecord()
          Returns the issue this record is associated with.
 

Constructors in net.sourceforge.groboutils.pmti.v1.itf.impl with parameters of type IIssueRecord
DefaultTestIssueRecord(IIssueRecord ir, ITestRecord tr, java.lang.String d)
           
 



Copyright © 2001-2003 by The GroboUtils Project