hu.midori.kosmos.protocol
Interface JiraService

All Superinterfaces:
TimestampedService
All Known Implementing Classes:
JiraSoapServiceImpl, JiraWebCrawlingServiceImpl

public interface JiraService
extends TimestampedService

This service provides information about JIRA databases.

Version:
$Id$
Author:
Aron Gombas

Method Summary
 java.util.List<JiraProject> getProjects(java.lang.String url)
          Returns the projects from the JIRA server instance.
 
Methods inherited from interface hu.midori.kosmos.protocol.TimestampedService
getTimestamp
 

Method Detail

getProjects

java.util.List<JiraProject> getProjects(java.lang.String url)
Returns the projects from the JIRA server instance.

Parameters:
url - shows to a JIRA server instance (eg. http://jira.atlassian.com).