|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bug | |
---|---|
com.tszadel.qctools4j.clients |
Uses of Bug in com.tszadel.qctools4j.clients |
---|
Methods in com.tszadel.qctools4j.clients that return Bug | |
---|---|
Bug |
BugClient.getBug(int pId,
int pFlag)
Returns a bug. |
Methods in com.tszadel.qctools4j.clients that return types with arguments of type Bug | |
---|---|
Collection<Bug> |
BugClient.getBugs()
Returns all the Bugs without any attachment. |
Collection<Bug> |
BugClient.getBugs(List<FieldFilter> pFilterList,
int pFlag)
Returns the Bugs according to a given filter |
Collection<Bug> |
BugClient.getSimilarBugs(int pBugId)
Returns all the Bugs that are similar to the given one. |
Collection<Bug> |
BugClient.getSimilarBugs(int pBugId,
int pSimilarityFactor)
Returns all the Bugs that are similar to the given one. |
Methods in com.tszadel.qctools4j.clients with parameters of type Bug | |
---|---|
void |
BugClient.delete(Bug pDefect)
Save the given defect. |
void |
BugClient.save(Bug pBug)
Save (if id=null) or update (if id ! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |