|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IIssue | |
net.sourceforge.groboutils.pmti.v1 | |
net.sourceforge.groboutils.pmti.v1.defimpl | |
net.sourceforge.groboutils.pmti.v1.itf | The Issue Traceability Framework. |
Uses of IIssue in net.sourceforge.groboutils.pmti.v1 |
Subinterfaces of IIssue in net.sourceforge.groboutils.pmti.v1 | |
interface |
IEditableIssue
Allows for editing of an issue. |
Methods in net.sourceforge.groboutils.pmti.v1 that return IIssue | |
IIssue |
IProblemManager.getIssueByID(java.lang.String id)
Returns the issue associated with the given unique issue ID. |
IIssue |
IIssue.reload()
Returns a new issue instance, containing the most up-to-date tracker information for this issue. |
Methods in net.sourceforge.groboutils.pmti.v1 with parameters of type IIssue | |
java.lang.String[] |
IProblemManager.getIssueIDsForTemplate(IIssue issue)
Returns all issue IDs that match the given 'template'. |
IEditableIssue |
IProblemManager.editIssue(IIssue issue)
Given the real issue, returns the editable version of the issue. |
Uses of IIssue in net.sourceforge.groboutils.pmti.v1.defimpl |
Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IIssue | |
class |
AbstractEditableIssue
Allows for editing of an issue. |
class |
AbstractIssue
Reflects an issue (or bug, or anomally report, or problem ticket) that is generic enough to be used by most problem tracker system. |
Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IIssue | |
abstract IIssue |
AbstractIssue.reload()
Reloads all the data in this issue so that it reflects the most current tracker data possible. |
abstract IIssue |
AbstractEditableIssue.reload()
|
Constructors in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IIssue | |
AbstractEditableIssue(IIssue base)
|
Uses of IIssue in net.sourceforge.groboutils.pmti.v1.itf |
Methods in net.sourceforge.groboutils.pmti.v1.itf that return IIssue | |
IIssue |
ITFReadProblemManager.getIssueByID(java.lang.String id)
Returns the issue associated with the given unique issue ID. |
protected IIssue |
ITFReadProblemManager.createNewITFIssue(ITestIssueRecord tir)
|
protected IIssue |
ITFReadProblemManager.updateITFIssue(IIssue orig,
ITestIssueRecord addTir)
|
protected IIssue |
ITFReadProblemManager.createITFIssue(java.lang.String id,
java.lang.String desc,
ITestRecord[] tr)
|
Methods in net.sourceforge.groboutils.pmti.v1.itf with parameters of type IIssue | |
java.lang.String[] |
ITFReadProblemManager.getIssueIDsForTemplate(IIssue issue)
Returns all issue IDs that match the given 'template'. |
IEditableIssue |
ITFReadProblemManager.editIssue(IIssue issue)
Given the real issue, returns the editable version of the issue. |
protected IIssue |
ITFReadProblemManager.updateITFIssue(IIssue orig,
ITestIssueRecord addTir)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |