Uses of Class
org.mantis.ta.beans.IssueData

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.
 



Copyright © 2011. All Rights Reserved.