Uses of Class
hu.midori.kosmos.model.JiraProject

Packages that use JiraProject
hu.midori.kosmos.protocol   
hu.midori.kosmos.server.jira   
 

Uses of JiraProject in hu.midori.kosmos.protocol
 

Methods in hu.midori.kosmos.protocol that return types with arguments of type JiraProject
 java.util.List<JiraProject> JiraService.getProjects(java.lang.String url)
          Returns the projects from the JIRA server instance.
 

Uses of JiraProject in hu.midori.kosmos.server.jira
 

Methods in hu.midori.kosmos.server.jira that return types with arguments of type JiraProject
 java.util.List<JiraProject> JiraSoapServiceImpl.getProjects(java.lang.String url)
           
 java.util.List<JiraProject> JiraWebCrawlingServiceImpl.getProjects(java.lang.String url)