A B C D E F G H I J L M O P R S T U W Z

A

AbstractJiraServiceImpl - Class in hu.midori.kosmos.server.jira
Encapsulates the common functionality of concrete JIRA service implemnetations.
AbstractJiraServiceImpl() - Constructor for class hu.midori.kosmos.server.jira.AbstractJiraServiceImpl
 
AbstractKosmosPortlet - Class in hu.midori.kosmos.portlet
Each Kosmos portlet must extend this baseclass.
AbstractKosmosPortlet() - Constructor for class hu.midori.kosmos.portlet.AbstractKosmosPortlet
 
AbstractKosmosService - Class in hu.midori.kosmos.server
Each Kosmos service must extend this baseclass.
AbstractKosmosService() - Constructor for class hu.midori.kosmos.server.AbstractKosmosService
 
AgeTag - Class in hu.midori.kosmos.portlet.taglib
Displays localized "age" information: time difference between "now" and the given "birth" value, in the most appropriate unit of minutes, hours, days, weeks and such.
AgeTag() - Constructor for class hu.midori.kosmos.portlet.taglib.AgeTag
 
analyzeContent(SVNRepository) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
Analyzes the repository content and returns its stats.
analyzeLog(SVNRepository) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
Analyzes the log of the repo and returns its stats.
applicationContext - Variable in class hu.midori.kosmos.server.AbstractKosmosService
Spring web-application context.

B

begin() - Method in interface hu.midori.kosmos.server.StaticContentStore
Called before a service starts storing its files.
begin() - Method in class hu.midori.kosmos.server.WebdavStaticContentStore
This method is left empty as there is no optimization opportunity.
beginStoreSession() - Method in class hu.midori.kosmos.server.AbstractKosmosService
Must be called before the first file gets stored.
BLOCKER_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
Color codes for issue priorities.
breakCommaSeparatedString(String) - Static method in class hu.midori.kosmos.portlet.util.PortletUtils
Breaks a comma-separated string to its components and returns them as List.

C

CC_BUILD_DATEFORMAT - Static variable in class hu.midori.kosmos.server.cc.CcConstants
Dateformat used with the builds.
CcBuildStatus - Class in hu.midori.kosmos.model
Represents the status of a CruiseControl build.
CcBuildStatus() - Constructor for class hu.midori.kosmos.model.CcBuildStatus
 
CcConstants - Class in hu.midori.kosmos.server.cc
CruiseControl-related constants.
CcConstants() - Constructor for class hu.midori.kosmos.server.cc.CcConstants
 
CcMonitoringPortlet - Class in hu.midori.kosmos.portlet.cc
Monitors CruiseControl continuous integration projects.
CcMonitoringPortlet() - Constructor for class hu.midori.kosmos.portlet.cc.CcMonitoringPortlet
 
CcProject - Class in hu.midori.kosmos.model
Wraps a CruiseControl continuous integration project.
CcProject() - Constructor for class hu.midori.kosmos.model.CcProject
By design this should be private to avoid instantiation without discriminator, but Hessian needs default ctor.
CcProject(String, String, String, int, Date, int, String, int, int, int, List<CcTest>, ZoomableImageLocator) - Constructor for class hu.midori.kosmos.model.CcProject
 
CcService - Interface in hu.midori.kosmos.protocol
This service provides information about CruiseControl continuous integration projects.
CcServiceImpl - Class in hu.midori.kosmos.server.cc
Implementation of the CruiseControl service.
CcServiceImpl() - Constructor for class hu.midori.kosmos.server.cc.CcServiceImpl
 
CcTest - Class in hu.midori.kosmos.model
Wraps a CruiseControl continuous integration project.
CcTest(int, String, String) - Constructor for class hu.midori.kosmos.model.CcTest
 
CcTestResult - Class in hu.midori.kosmos.model
Represents the result of a CruiseControl unit test.
CcTestResult() - Constructor for class hu.midori.kosmos.model.CcTestResult
This class should never be instantiated.
ChartUtils - Class in hu.midori.kosmos.server.util
Utility methods for chart generation.
ChartUtils() - Constructor for class hu.midori.kosmos.server.util.ChartUtils
This class should never be instantiated.
CLOSED_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 
CODING_IN_PROGRESS_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 
collectionToPieDataset(Collection) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Returns the passed collection as untrimmed pie-dataset.
collectionToPieDataset(Collection, int) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Returns the passed collection of Map.Entry objects as pie-dataset (equivalent key-value pairs), optionally trimmed to a maximum number of items to prevent unreadably busy charts.
ColorCodedKey - Class in hu.midori.kosmos.server.util
Key for color coded pie sections.
ColorCodedKey(String, Color) - Constructor for class hu.midori.kosmos.server.util.ColorCodedKey
 
commits - Variable in class hu.midori.kosmos.model.SvnRepository
Full history of the commits in reversed order.
compareTo(Object) - Method in class hu.midori.kosmos.server.util.ColorCodedKey
 
connect(String) - Method in class hu.midori.kosmos.server.jira.JiraSoapServiceImpl
Connects to the JIRA SOAP service.
connect(String) - Method in class hu.midori.kosmos.server.jira.JiraWebCrawlingServiceImpl
Connects to the given public or secure JIRA URL.
connect(String) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
Connects to the given public or secure SVN URL.
countMapToSortedList(Map) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Returns the list of the entries in the map sorted by their value (not by their key!) in descending order.
CRITICAL_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 

D

destroy() - Method in class hu.midori.kosmos.portlet.cc.CcMonitoringPortlet
 
destroy() - Method in class hu.midori.kosmos.portlet.jira.JiraMonitoringPortlet
 
destroy() - Method in class hu.midori.kosmos.portlet.sf.SfMonitoringPortlet
 
destroy() - Method in class hu.midori.kosmos.portlet.svn.SvnMonitoringPortlet
 
disconnect(String) - Method in class hu.midori.kosmos.server.jira.JiraSoapServiceImpl
Disconnects from the given JIRA SOAP service.
disconnect(String) - Method in class hu.midori.kosmos.server.jira.JiraWebCrawlingServiceImpl
Disconnects from the given URL.
disconnect(SVNRepository) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
Disconnects from the given repository.
doHelp(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.cc.CcMonitoringPortlet
 
doHelp(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.jira.JiraMonitoringPortlet
 
doHelp(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.sf.SfMonitoringPortlet
 
doHelp(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.svn.SvnMonitoringPortlet
 
doStartTag() - Method in class hu.midori.kosmos.portlet.taglib.AgeTag
 
doView(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.cc.CcMonitoringPortlet
 
doView(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.jira.JiraMonitoringPortlet
 
doView(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.sf.SfMonitoringPortlet
 
doView(RenderRequest, RenderResponse) - Method in class hu.midori.kosmos.portlet.svn.SvnMonitoringPortlet
 
downloadHtmlDom(URL) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Downloads and tidies up an HTML document from the given URL and returns it as DOM.
downloadXmlDom(URL) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Downloads an XML document from the given URL and returns it as DOM.
dumpResourceChildren(WebdavResource) - Static method in class hu.midori.kosmos.server.util.WebdavUtils
Writes the children of a given resources to the log.

E

eliminateEmptyValues(String) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Eliminates the empty items from a scraped value string to make the tokenizer happy.
end() - Method in interface hu.midori.kosmos.server.StaticContentStore
Called after a service has stored all its files.
end() - Method in class hu.midori.kosmos.server.WebdavStaticContentStore
This method is left empty as there is no optimization opportunity.
endStoreSession() - Method in class hu.midori.kosmos.server.AbstractKosmosService
Must be called after the last file got stored.
ERROR - Static variable in class hu.midori.kosmos.model.CcTestResult
 
ERROR_COLOR - Static variable in class hu.midori.kosmos.server.cc.CcConstants
 

F

FAILED - Static variable in class hu.midori.kosmos.model.CcBuildStatus
 
FAILED - Static variable in class hu.midori.kosmos.model.CcTestResult
 
FAILURE_COLOR - Static variable in class hu.midori.kosmos.server.cc.CcConstants
 
findDomNodeByAttribute(NodeList, String, String) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Returns the node with the given attribute value from the given list or null if not found.
findInCollection(Collection<? extends Identified>, int) - Static method in class hu.midori.kosmos.model.ModelUtils
Returns the Identified object from a collection by using a simple linear search, or null if not found.
findInCollection(Collection<? extends Identified>, String) - Static method in class hu.midori.kosmos.model.ModelUtils
Returns the Identified object from a collection.

G

generateCharts(SVNRepository, SvnRepositoryLogStats, SvnRepositoryContentStats) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
Generates and saves the chart images on the server, and sets the URLs to the stats.
generateColorCodedPieChart(PieDataset) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Returns the color-coded pie-chart generated from the passed data.
generateIssuePerPriorityChart(String, int, int, int, int, int, int) - Method in class hu.midori.kosmos.server.jira.AbstractJiraServiceImpl
Generates issues-per-priority chart.
generateIssuePerStatusChart(String, int, int, int, int, int) - Method in class hu.midori.kosmos.server.jira.AbstractJiraServiceImpl
Generates issues-per-status chart.
generateOpenIssuesPerAssigneeChart(String, List<Map.Entry<String, Integer>>) - Method in class hu.midori.kosmos.server.jira.AbstractJiraServiceImpl
Generates open-issues-per-assignee chart.
generatePieChart(PieDataset) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Returns the pie-chart generated from the passed data.
generateTimeBarChart(TimeSeries) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Returns the time-barchart generated from the passed data.
generateTimeLineChart(TimeSeries) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Returns the time-chart generated from the passed data.
getActivity() - Method in class hu.midori.kosmos.model.SvnRepository
Returns a calculated activity percentage in the range [0.0, 1.0].
getAddedFiles() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getAge() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
Returns its age in milliseconds.
getAge() - Method in class hu.midori.kosmos.model.SfRelease
Returns its age in milliseconds.
getAge() - Method in class hu.midori.kosmos.model.SvnRepository
Returns its age in milliseconds.
getAgeInDays() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
Returns its age in days.
getAgeInDays() - Method in class hu.midori.kosmos.model.SfRelease
Returns its age in days.
getAuthor() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getBaseUrl(String) - Static method in class hu.midori.kosmos.server.util.UrlUtils
Returns the "base part" (the part that doesn't contain the path and query parts) of the given URL.
getBlockerOpenIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getBuildLabel() - Method in class hu.midori.kosmos.model.CcProject
 
getBuildResultUrl() - Method in class hu.midori.kosmos.model.CcProject
 
getBuildTime() - Method in class hu.midori.kosmos.model.CcProject
 
getClassName() - Method in class hu.midori.kosmos.model.CcTest
 
getClosedIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getCodingInProgressIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getColor() - Method in class hu.midori.kosmos.server.util.ColorCodedKey
 
getCommits() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsLast31Days() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsLast7Days() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsPerAuthor() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsPerAuthorChartLocator() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsPerFile() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsPerFileChartLocator() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsPerWeekChartLocator() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsToday() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommitsTotal() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommittersLast31Days() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommittersLast7Days() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommittersToday() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCommittersTotal() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCreatedDate() - Method in class hu.midori.kosmos.model.SvnRepository
 
getCriticalOpenIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getDate() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getDate() - Method in class hu.midori.kosmos.model.SfRelease
 
getDeletedFiles() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getDescription() - Method in class hu.midori.kosmos.model.JiraProject
 
getDirs() - Method in class hu.midori.kosmos.model.SvnRepository
 
getErrors() - Method in class hu.midori.kosmos.model.CcProject
 
getFailures() - Method in class hu.midori.kosmos.model.CcProject
 
getFileReleases(String) - Method in interface hu.midori.kosmos.protocol.SfService
Returns the file-releases related to a SF project.
getFileReleases(String) - Method in class hu.midori.kosmos.server.sf.SfServiceImpl
 
getFiles() - Method in class hu.midori.kosmos.model.SvnRepository
 
getFilesPerFileType() - Method in class hu.midori.kosmos.model.SvnRepository
 
getFilesPerFileTypeChartLocator() - Method in class hu.midori.kosmos.model.SvnRepository
 
getHiresUrl() - Method in class hu.midori.kosmos.model.ZoomableImageLocator
 
getId() - Method in class hu.midori.kosmos.model.Identified
 
getIssuesPerStatusChartLocator() - Method in class hu.midori.kosmos.model.JiraProject
 
getKey() - Method in class hu.midori.kosmos.model.JiraProject
 
getLabel() - Method in class hu.midori.kosmos.server.util.ColorCodedKey
 
getLastBuildAge() - Method in class hu.midori.kosmos.model.CcProject
Returns its age in milliseconds.
getLastBuildAgeInHours() - Method in class hu.midori.kosmos.model.CcProject
Returns its age in minutes.
getLatestTouchAge() - Method in class hu.midori.kosmos.model.SvnRepository
Returns the age of its latest touch in milliseconds.
getLatestTouchAgeInDays() - Method in class hu.midori.kosmos.model.SvnRepository
Returns the age of its latest touch in days.
getLead() - Method in class hu.midori.kosmos.model.JiraProject
 
getLocation() - Method in class hu.midori.kosmos.model.SvnRepository
 
getLoresUrl() - Method in class hu.midori.kosmos.model.ZoomableImageLocator
 
getMajorOpenIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getMessage() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getMinorOpenIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getModifications() - Method in class hu.midori.kosmos.model.CcProject
 
getModifiedFiles() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getName() - Method in class hu.midori.kosmos.model.CcProject
 
getName() - Method in class hu.midori.kosmos.model.JiraProject
 
getOpenIssueAssignees() - Method in class hu.midori.kosmos.model.JiraProject
 
getOpenIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getOpenIssuesPerAssignee() - Method in class hu.midori.kosmos.model.JiraProject
 
getOpenIssuesPerAssigneeChartLocator() - Method in class hu.midori.kosmos.model.JiraProject
 
getOpenIssuesPerPriorityChartLocator() - Method in class hu.midori.kosmos.model.JiraProject
 
getOptionalOpenIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getPackageName() - Method in class hu.midori.kosmos.model.SfRelease
 
getPackageUrl() - Method in class hu.midori.kosmos.model.SfRelease
 
getProjects(String) - Method in interface hu.midori.kosmos.protocol.CcService
Returns the project with the CC results page at the given URL.
getProjects(String) - Method in interface hu.midori.kosmos.protocol.JiraService
Returns the projects from the JIRA server instance.
getProjects(String) - Method in class hu.midori.kosmos.server.cc.CcServiceImpl
 
getProjects(String) - Method in class hu.midori.kosmos.server.jira.JiraSoapServiceImpl
 
getProjects(String) - Method in class hu.midori.kosmos.server.jira.JiraWebCrawlingServiceImpl
 
getProjectUrl() - Method in class hu.midori.kosmos.model.JiraProject
 
getReopenedIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getReplacedFiles() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getRepoEntriesPerWeekChartLocator() - Method in class hu.midori.kosmos.model.SvnRepository
 
getRepositories(String) - Method in interface hu.midori.kosmos.protocol.SvnService
Returns the repository on the given URL.
getRepositories(String) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
 
getResolvedIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getResourceString(String, String) - Method in class hu.midori.kosmos.server.AbstractKosmosService
Returns the localized string resource from the given resource bundle.
getResult() - Method in class hu.midori.kosmos.model.CcTest
 
getRevision() - Method in class hu.midori.kosmos.model.ScmRepositoryChange
 
getRevision() - Method in class hu.midori.kosmos.model.SvnRepository
 
getStatus() - Method in class hu.midori.kosmos.model.CcProject
 
getSuccessRate() - Method in class hu.midori.kosmos.model.CcProject
Returns its success rate in the [0.0 ...
getTestCaseName() - Method in class hu.midori.kosmos.model.CcTest
 
getTestCases() - Method in class hu.midori.kosmos.model.CcProject
 
getTests() - Method in class hu.midori.kosmos.model.CcProject
 
getTestsPerCategoryChartLocator() - Method in class hu.midori.kosmos.model.CcProject
 
getTestsSucceded() - Method in class hu.midori.kosmos.model.CcProject
 
getTimestamp() - Method in class hu.midori.kosmos.model.CcProject
 
getTimestamp() - Method in interface hu.midori.kosmos.protocol.TimestampedService
Returns the timestamp of the latest poll.
getTimestamp() - Method in class hu.midori.kosmos.server.AbstractKosmosService
Returns the timestamp when the cache was most recently updated.
getTotalFileSize() - Method in class hu.midori.kosmos.model.SvnRepository
 
getTotalIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getTrivialOpenIssues() - Method in class hu.midori.kosmos.model.JiraProject
 
getUrl() - Method in class hu.midori.kosmos.model.JiraProject
 
getVersion() - Method in class hu.midori.kosmos.model.SfRelease
 
getVersionUrl() - Method in class hu.midori.kosmos.model.SfRelease
 

H

hu.midori.kosmos.model - package hu.midori.kosmos.model
 
hu.midori.kosmos.portlet - package hu.midori.kosmos.portlet
 
hu.midori.kosmos.portlet.cc - package hu.midori.kosmos.portlet.cc
 
hu.midori.kosmos.portlet.jira - package hu.midori.kosmos.portlet.jira
 
hu.midori.kosmos.portlet.sf - package hu.midori.kosmos.portlet.sf
 
hu.midori.kosmos.portlet.svn - package hu.midori.kosmos.portlet.svn
 
hu.midori.kosmos.portlet.taglib - package hu.midori.kosmos.portlet.taglib
 
hu.midori.kosmos.portlet.util - package hu.midori.kosmos.portlet.util
 
hu.midori.kosmos.protocol - package hu.midori.kosmos.protocol
 
hu.midori.kosmos.server - package hu.midori.kosmos.server
 
hu.midori.kosmos.server.cc - package hu.midori.kosmos.server.cc
 
hu.midori.kosmos.server.jira - package hu.midori.kosmos.server.jira
 
hu.midori.kosmos.server.sf - package hu.midori.kosmos.server.sf
 
hu.midori.kosmos.server.svn - package hu.midori.kosmos.server.svn
 
hu.midori.kosmos.server.util - package hu.midori.kosmos.server.util
 

I

Identified - Class in hu.midori.kosmos.model
Each identifiable entity class should extend this.
Identified(String) - Constructor for class hu.midori.kosmos.model.Identified
 
incrementCountMap(Map<String, Integer>, String) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Increments the counter (or starts that from 1 if not existing yet) in a String to Integer map.
init(PortletConfig) - Method in class hu.midori.kosmos.portlet.AbstractKosmosPortlet
 
init(PortletConfig) - Method in class hu.midori.kosmos.portlet.cc.CcMonitoringPortlet
 
init(PortletConfig) - Method in class hu.midori.kosmos.portlet.jira.JiraMonitoringPortlet
 
init(PortletConfig) - Method in class hu.midori.kosmos.portlet.sf.SfMonitoringPortlet
 
init(PortletConfig) - Method in class hu.midori.kosmos.portlet.svn.SvnMonitoringPortlet
 
invoke(MethodInvocation) - Method in class hu.midori.kosmos.server.MethodResultCacheInterceptor
Caches the return value of the intercepted method.

J

JiraConstants - Class in hu.midori.kosmos.server.jira
JIRA-related constants.
JiraConstants() - Constructor for class hu.midori.kosmos.server.jira.JiraConstants
 
JiraMonitoringPortlet - Class in hu.midori.kosmos.portlet.jira
Monitors JIRA databases.
JiraMonitoringPortlet() - Constructor for class hu.midori.kosmos.portlet.jira.JiraMonitoringPortlet
 
JiraProject - Class in hu.midori.kosmos.model
Wraps a JIRA project.
JiraProject() - Constructor for class hu.midori.kosmos.model.JiraProject
By design this should be private to avoid instantiation without discriminator, but Hessian needs default ctor.
JiraProject(String, String, String, String, String, String, int, int, int, int, int, int, int, int, int, int, int, List<Map.Entry<String, Integer>>, ZoomableImageLocator, ZoomableImageLocator, ZoomableImageLocator) - Constructor for class hu.midori.kosmos.model.JiraProject
 
JiraService - Interface in hu.midori.kosmos.protocol
This service provides information about JIRA databases.
JiraSoapServiceImpl - Class in hu.midori.kosmos.server.jira
Implementation of the JIRA service.
JiraSoapServiceImpl() - Constructor for class hu.midori.kosmos.server.jira.JiraSoapServiceImpl
 
JiraWebCrawlingServiceImpl - Class in hu.midori.kosmos.server.jira
Implementation of the JIRA service.
JiraWebCrawlingServiceImpl() - Constructor for class hu.midori.kosmos.server.jira.JiraWebCrawlingServiceImpl
 

L

lookupLevel2Cache(String) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
Returns the repository from the "level 2 cache" if the latest revision didn't change.

M

MAJOR_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 
MAX_ITEMS - Static variable in class hu.midori.kosmos.server.util.ChartUtils
Max number of items in trimmed datasets.
MethodResultCacheInterceptor - Class in hu.midori.kosmos.server
Intercepts the service method calls and caches the result.
MethodResultCacheInterceptor() - Constructor for class hu.midori.kosmos.server.MethodResultCacheInterceptor
 
MILLIS_PER_DAY - Static variable in class hu.midori.kosmos.model.ModelUtils
Millis in one day.
MILLIS_PER_HOUR - Static variable in class hu.midori.kosmos.model.ModelUtils
Millis in one hour.
MILLIS_PER_MONTH - Static variable in class hu.midori.kosmos.model.ModelUtils
Millis in one month (31 days).
MILLIS_PER_WEEK - Static variable in class hu.midori.kosmos.model.ModelUtils
Millis in one week.
MINOR_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 
ModelUtils - Class in hu.midori.kosmos.model
Utility methods for the domain model classes.
ModelUtils() - Constructor for class hu.midori.kosmos.model.ModelUtils
This class should never be instantiated.
monitoredResource - Variable in class hu.midori.kosmos.portlet.AbstractKosmosPortlet
 

O

OPEN_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
Color codes for the issue statuses.
OPTIONAL_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 

P

parseAdditionalItemFromUrl(String) - Static method in class hu.midori.kosmos.server.util.UrlUtils
TODO
parseStringDom(String) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Parses an XML document from the given string.
parseUserInfoFromUrl(String) - Static method in class hu.midori.kosmos.server.util.UrlUtils
Returns a two-element array with the username and password from the given URL, or null if those are not specified in the URL.
PortletUtils - Class in hu.midori.kosmos.portlet.util
Utility methods for portlets.
PortletUtils() - Constructor for class hu.midori.kosmos.portlet.util.PortletUtils
This class should never be instantiated.
processAction(ActionRequest, ActionResponse) - Method in class hu.midori.kosmos.portlet.AbstractKosmosPortlet
This dummy method needs only to make Liferay happy: Liferay will call this when minimizing/maximizing the portlet window, and the implementation in GenericPortlet simply throws an exception.

R

RECTANGLE_SHAPE - Static variable in class hu.midori.kosmos.server.util.ChartUtils
Shape for the timeseries-charts.
removeUserInfoFromUrl(String) - Static method in class hu.midori.kosmos.server.util.UrlUtils
Removes the userinfo part from the given URL.
renderJsp(RenderRequest, RenderResponse, String, String) - Method in class hu.midori.kosmos.portlet.AbstractKosmosPortlet
Renders a JSP and sets the portlet title.
renderJsp(RenderRequest, RenderResponse, String) - Method in class hu.midori.kosmos.portlet.AbstractKosmosPortlet
Renders a JSP.
REOPENED_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 
RESOLVED_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 
runXQuery(Document, String) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Runs an XQuery on the given DOM and returns the full result.
runXQueryInt(Document, String) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Runs an XQuery on the given DOM and returns a single int as result.
runXQueryString(Document, String) - Static method in class hu.midori.kosmos.server.util.WebCrawlingUtils
Runs an XQuery on the given DOM and returns a single String as result.

S

ScmRepositoryChange - Class in hu.midori.kosmos.model
Wraps a change committed to an SCM repository.
ScmRepositoryChange(long, Date, String, String, int, int, int, int) - Constructor for class hu.midori.kosmos.model.ScmRepositoryChange
 
serviceUrl - Variable in class hu.midori.kosmos.portlet.AbstractKosmosPortlet
 
setApplicationContext(ApplicationContext) - Method in class hu.midori.kosmos.server.AbstractKosmosService
 
setCache(Cache) - Method in class hu.midori.kosmos.server.MethodResultCacheInterceptor
 
setClientUrl(String) - Method in class hu.midori.kosmos.server.WebdavStaticContentStore
 
setStore(StaticContentStore) - Method in class hu.midori.kosmos.server.AbstractKosmosService
 
setTime(String) - Method in class hu.midori.kosmos.portlet.taglib.AgeTag
Sets the millisecond of the "birth" value used for computing the age.
setWebdavPassword(String) - Method in class hu.midori.kosmos.server.WebdavStaticContentStore
 
setWebdavUrl(String) - Method in class hu.midori.kosmos.server.WebdavStaticContentStore
 
setWebdavUser(String) - Method in class hu.midori.kosmos.server.WebdavStaticContentStore
 
SF_FILERELEASE_DATEFORMAT - Static variable in class hu.midori.kosmos.server.sf.SfConstants
Dateformat used in the SF site.
SfConstants - Class in hu.midori.kosmos.server.sf
SourceForge-related constants.
SfConstants() - Constructor for class hu.midori.kosmos.server.sf.SfConstants
 
SfMonitoringPortlet - Class in hu.midori.kosmos.portlet.sf
Monitors SourceForge projects and releases.
SfMonitoringPortlet() - Constructor for class hu.midori.kosmos.portlet.sf.SfMonitoringPortlet
 
SfRelease - Class in hu.midori.kosmos.model
Wraps a SourceForge release.
SfRelease() - Constructor for class hu.midori.kosmos.model.SfRelease
By design this should be private to avoid instantiation without discriminator, but Hessian needs default ctor.
SfRelease(String, String, String, String, Date) - Constructor for class hu.midori.kosmos.model.SfRelease
 
SfService - Interface in hu.midori.kosmos.protocol
This service provides information about SourceForge projects and releases.
SfServiceImpl - Class in hu.midori.kosmos.server.sf
Implementation of the SourceForge service.
SfServiceImpl() - Constructor for class hu.midori.kosmos.server.sf.SfServiceImpl
 
StaticContentStore - Interface in hu.midori.kosmos.server
Any pluggable store implementation must implement this interface.
storeChart(String, JFreeChart) - Method in class hu.midori.kosmos.server.AbstractKosmosService
Stores the images generated from the passed chart in 2 resolutions.
storeFile(String, InputStream) - Method in class hu.midori.kosmos.server.AbstractKosmosService
Stores the passed stream to an implementation-dependent "storage".
storeFile(String, InputStream) - Method in interface hu.midori.kosmos.server.StaticContentStore
Stores the passed stream to an implementation-dependent "storage".
storeFile(String, InputStream) - Method in class hu.midori.kosmos.server.WebdavStaticContentStore
Saves the passed stream to a WebDAV repository-based cache and returns the absolute URL pointing to the resulted file.
SUCCEEDED - Static variable in class hu.midori.kosmos.model.CcBuildStatus
 
SUCCEEDED - Static variable in class hu.midori.kosmos.model.CcTestResult
 
SUCCESS_COLOR - Static variable in class hu.midori.kosmos.server.cc.CcConstants
Color code for the test categories.
SvnMonitoringPortlet - Class in hu.midori.kosmos.portlet.svn
Monitors Subversion repositories.
SvnMonitoringPortlet() - Constructor for class hu.midori.kosmos.portlet.svn.SvnMonitoringPortlet
 
SvnRepository - Class in hu.midori.kosmos.model
Wraps a Subversion repository.
SvnRepository() - Constructor for class hu.midori.kosmos.model.SvnRepository
By design this should be private to avoid instantiation without discriminator, but Hessian needs default ctor.
SvnRepository(String, long, Date, List<ScmRepositoryChange>, int, int, int, int, int, int, int, int, ZoomableImageLocator, ZoomableImageLocator, ZoomableImageLocator, ZoomableImageLocator, ZoomableImageLocator, int, int, int, List<Map.Entry<String, Integer>>, List<Map.Entry<String, Integer>>, List<Map.Entry<String, Integer>>) - Constructor for class hu.midori.kosmos.model.SvnRepository
 
SvnService - Interface in hu.midori.kosmos.protocol
This service provides information about Subversion repositories.
SvnServiceImpl - Class in hu.midori.kosmos.server.svn
Implementation of the Subversion service.
SvnServiceImpl() - Constructor for class hu.midori.kosmos.server.svn.SvnServiceImpl
 

T

TimestampedService - Interface in hu.midori.kosmos.protocol
Each service which regularly polls some kind of datasource and retrieves its up-to-date data from there, must implement this interface.
toString() - Method in class hu.midori.kosmos.model.CcProject
 
toString() - Method in class hu.midori.kosmos.model.CcTest
 
toString() - Method in class hu.midori.kosmos.model.JiraProject
 
toString() - Method in class hu.midori.kosmos.model.SfRelease
 
toString() - Method in class hu.midori.kosmos.model.SvnRepository
 
toString() - Method in class hu.midori.kosmos.model.ZoomableImageLocator
 
toString() - Method in class hu.midori.kosmos.server.util.ColorCodedKey
Ensures that only label string will appear in the charts.
TRANSPARENT_COLOR - Static variable in class hu.midori.kosmos.server.util.ChartUtils
Transparent paint used as background in chart images.
traverseRepository(SVNRepository, String, SvnRepositoryContentStats, Map<String, Integer>) - Method in class hu.midori.kosmos.server.svn.SvnServiceImpl
Recursively traverses the given SVN repository tree and updates the stats passed.
trimList(List) - Method in class hu.midori.kosmos.server.AbstractKosmosService
Trims long lists to some limited size to avoid large datasets that would result in huge network transfers and unuseable web pages.
TRIVIAL_COLOR - Static variable in class hu.midori.kosmos.server.jira.JiraConstants
 

U

UNKNOWN - Static variable in class hu.midori.kosmos.model.CcBuildStatus
 
UNKNOWN - Static variable in class hu.midori.kosmos.model.CcTestResult
 
updateTimestamp() - Method in class hu.midori.kosmos.server.AbstractKosmosService
Updates the timestamp at service method calls.
UrlUtils - Class in hu.midori.kosmos.server.util
Utility methods for manipulating complicated URLs.
UrlUtils() - Constructor for class hu.midori.kosmos.server.util.UrlUtils
 

W

WebCrawlingUtils - Class in hu.midori.kosmos.server.util
Utility methods for web crawling.
WebCrawlingUtils() - Constructor for class hu.midori.kosmos.server.util.WebCrawlingUtils
This class should never be instantiated.
WebdavStaticContentStore - Class in hu.midori.kosmos.server
WebDAV-based store implementation.
WebdavStaticContentStore() - Constructor for class hu.midori.kosmos.server.WebdavStaticContentStore
 
WebdavUtils - Class in hu.midori.kosmos.server.util
Utility methods for WebDAV management.
WebdavUtils() - Constructor for class hu.midori.kosmos.server.util.WebdavUtils
This class should never be instantiated.
writeChartAsPng(JFreeChart, OutputStream, int, int) - Static method in class hu.midori.kosmos.server.util.ChartUtils
Writes the given chart to the output-stream in PNG image format.

Z

ZoomableImageLocator - Class in hu.midori.kosmos.model
Wraps the immutable URLs pointing to the hi-res and lo-res versions of the same image.
ZoomableImageLocator(String, String) - Constructor for class hu.midori.kosmos.model.ZoomableImageLocator
 

A B C D E F G H I J L M O P R S T U W Z