|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueData | |
|---|---|
| org.mantis.ta | |
| Uses of IssueData in org.mantis.ta |
|---|
| Methods in org.mantis.ta that return IssueData | |
|---|---|
IssueData |
MantisManager.getIssueById(BigInteger issueId)
Retrieves the issue by identified. |
IssueData |
MantisManager.getIssueBySummary(String summary)
Tries to find an issue by summary. |
| Methods in org.mantis.ta that return types with arguments of type IssueData | |
|---|---|
List<IssueData> |
MantisManager.getIssuesByProject(BigInteger projectId)
Retrieves issues for the specified project. |
| Methods in org.mantis.ta with parameters of type IssueData | |
|---|---|
BigInteger |
MantisManager.createIssue(IssueData issue)
Creates a new issue. |
boolean |
MantisManager.updateIssue(BigInteger issueId,
IssueData issue)
Updates the specified issue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||