|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthu.midori.kosmos.server.AbstractKosmosService
hu.midori.kosmos.server.cc.CcServiceImpl
public class CcServiceImpl
Implementation of the CruiseControl service.
Downloads the log XML embedded in the CC results webpage and analyzes it using running XQueryes.
Field Summary |
---|
Fields inherited from class hu.midori.kosmos.server.AbstractKosmosService |
---|
applicationContext, MAX_LIST_SIZE |
Constructor Summary | |
---|---|
CcServiceImpl()
|
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 class hu.midori.kosmos.server.AbstractKosmosService |
---|
beginStoreSession, endStoreSession, getResourceString, getTimestamp, setApplicationContext, setStore, storeChart, storeFile, trimList, updateTimestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hu.midori.kosmos.protocol.TimestampedService |
---|
getTimestamp |
Constructor Detail |
---|
public CcServiceImpl()
Method Detail |
---|
public java.util.List<CcProject> getProjects(java.lang.String url)
CcService
getProjects
in interface CcService
url
- points to a CC results page (eg. http://cruisecontrol.jboss.com/cc/buildresults/jbpm.3
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |