hu.midori.kosmos.protocol
Interface CcService

All Superinterfaces:
TimestampedService
All Known Implementing Classes:
CcServiceImpl

public interface CcService
extends TimestampedService

This service provides information about CruiseControl continuous integration projects.

Version:
$Id$
Author:
Aron Gombas

Method Summary
 java.util.List<CcProject> getProjects(java.lang.String url)
          Returns the project with the CC results page at the given URL.
 
Methods inherited from interface hu.midori.kosmos.protocol.TimestampedService
getTimestamp
 

Method Detail

getProjects

java.util.List<CcProject> getProjects(java.lang.String url)
Returns the project with the CC results page at the given URL.

Parameters:
url - points to a CC results page (eg. http://cruisecontrol.jboss.com/cc/buildresults/jbpm.3).
Returns:
a list with a single item.