org.apache.continuum.dao
Interface ProjectScmRootDao
- All Known Implementing Classes:
- ProjectScmRootDaoImpl
public interface ProjectScmRootDao
- Author:
- Maria Catherine Tan
addProjectScmRoot
ProjectScmRoot addProjectScmRoot(ProjectScmRoot projectScmRoot)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
updateProjectScmRoot
void updateProjectScmRoot(ProjectScmRoot projectScmRoot)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
removeProjectScmRoot
void removeProjectScmRoot(ProjectScmRoot projectScmRoot)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
getAllProjectScmRoots
List<ProjectScmRoot> getAllProjectScmRoots()
getProjectScmRootByProjectGroup
List<ProjectScmRoot> getProjectScmRootByProjectGroup(int projectGroupId)
getProjectScmRoot
ProjectScmRoot getProjectScmRoot(int projectScmRootId)
throws ContinuumObjectNotFoundException,
ContinuumStoreException
- Throws:
ContinuumObjectNotFoundException
ContinuumStoreException
getProjectScmRootByProjectGroupAndScmRootAddress
ProjectScmRoot getProjectScmRootByProjectGroupAndScmRootAddress(int projectGroupId,
String scmRootAddress)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.