org.apache.maven.continuum.store
Class AbstractContinuumStore

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.continuum.store.AbstractContinuumStore
All Implemented Interfaces:
org.apache.maven.continuum.store.ContinuumStore, org.codehaus.plexus.logging.LogEnabled
Direct Known Subclasses:
JdoContinuumStore

public abstract class AbstractContinuumStore
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements org.apache.maven.continuum.store.ContinuumStore

Version:
$Id: AbstractContinuumStore.java 492561 2007-01-04 13:35:53Z evenisse $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.apache.maven.continuum.store.ContinuumStore
ROLE
 
Constructor Summary
AbstractContinuumStore()
           
 
Method Summary
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.continuum.store.ContinuumStore
addBuildResult, addInstallation, addProfile, addProjectGroup, addSchedule, addSystemConfiguration, closeStore, eraseDatabase, getAggregatedProjectIdsAndBuildDefinitionIdsBySchedule, getAllBuildsForAProjectByDate, getAllInstallations, getAllProfilesByName, getAllProjectGroups, getAllProjectGroupsWithBuildDetails, getAllProjectGroupsWithProjects, getAllProjectGroupsWithTheLot, getAllProjectsByName, getAllProjectsByNameWithBuildDetails, getAllProjectsByNameWithDependencies, getAllProjectsWithAllDetails, getAllSchedulesByName, getBuildDefinition, getBuildResult, getBuildResultByBuildNumber, getBuildResultsForProject, getBuildResultsInSuccess, getBuildResultsInSuccessByProjectGroupId, getBuildResultsInSuccessForProject, getDefaultBuildDefinition, getDefaultBuildDefinitionForProject, getDefaultBuildDefinitions, getDefaultBuildDefinitionsForProjectGroup, getInstallation, getLatestBuildResultForBuildDefinition, getLatestBuildResultForProject, getLatestBuildResults, getLatestBuildResultsByProjectGroupId, getProfile, getProject, getProject, getProjectByName, getProjectGroup, getProjectGroupByGroupId, getProjectGroupByGroupIdWithBuildDetails, getProjectGroupByGroupIdWithProjects, getProjectGroupByProjectId, getProjectGroupIdsAndBuildDefinitionsIdsBySchedule, getProjectGroupWithBuildDetailsByProjectGroupId, getProjectGroupWithProjects, getProjectIdsAndBuildDefinitionsIdsBySchedule, getProjectsInGroup, getProjectsInGroupWithDependencies, getProjectsWithDependenciesByGroupId, getProjectWithAllDetails, getProjectWithBuildDetails, getProjectWithBuilds, getProjectWithCheckoutResult, getSchedule, getScheduleByName, getSystemConfiguration, removeBuildDefinition, removeBuildResult, removeInstallation, removeNotifier, removeProfile, removeProject, removeProjectGroup, removeSchedule, storeBuildDefinition, storeNotifier, storeSchedule, updateBuildResult, updateInstallation, updateProfile, updateProject, updateProjectGroup, updateSchedule, updateSystemConfiguration
 

Constructor Detail

AbstractContinuumStore

public AbstractContinuumStore()


Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.