|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildDefinitionDao
Method Summary | |
---|---|
BuildDefinition |
addBuildDefinition(BuildDefinition buildDefinition)
|
List<BuildDefinition> |
getAllBuildDefinitions()
|
List<BuildDefinition> |
getAllTemplates()
|
BuildDefinition |
getBuildDefinition(int buildDefinitionId)
|
List<BuildDefinition> |
getBuildDefinitionsBySchedule(int scheduleId)
|
BuildDefinition |
getDefaultBuildDefinition(int projectId)
returns the default build definition of the project, if the project doesn't have on declared the default of the project group will be returned this should be the most common usage of the default build definition accessing methods |
BuildDefinition |
getDefaultBuildDefinitionForProject(int projectId)
returns the default build definition of the project, if the project doesn't have on declared the default of the project group will be returned this should be the most common usage of the default build definition accessing methods |
BuildDefinition |
getDefaultBuildDefinitionForProject(Project project)
returns the default build definition for the project without consulting the project group |
Map<Integer,Integer> |
getDefaultBuildDefinitions()
Returns the default build definition of all projects. |
List<BuildDefinition> |
getDefaultBuildDefinitionsForProjectGroup(int projectGroupId)
returns the default build definitions for the project group and there should always be at least one declared. |
List<BuildDefinition> |
getDefaultBuildDefinitionsForProjectGroup(ProjectGroup projectGroup)
returns the default build definitions for the project group and there should always be at least one declared. |
void |
removeBuildDefinition(BuildDefinition buildDefinition)
|
BuildDefinition |
storeBuildDefinition(BuildDefinition buildDefinition)
|
Method Detail |
---|
BuildDefinition getBuildDefinition(int buildDefinitionId) throws ContinuumStoreException
ContinuumStoreException
void removeBuildDefinition(BuildDefinition buildDefinition) throws ContinuumStoreException
ContinuumStoreException
BuildDefinition storeBuildDefinition(BuildDefinition buildDefinition) throws ContinuumStoreException
ContinuumStoreException
BuildDefinition addBuildDefinition(BuildDefinition buildDefinition) throws ContinuumStoreException
ContinuumStoreException
List<BuildDefinition> getAllBuildDefinitions() throws ContinuumStoreException
ContinuumStoreException
Map<Integer,Integer> getDefaultBuildDefinitions()
List<BuildDefinition> getDefaultBuildDefinitionsForProjectGroup(int projectGroupId) throws ContinuumStoreException
projectGroupId
- The project group id
ContinuumStoreException
- if the build definitions list can't be obtainList<BuildDefinition> getDefaultBuildDefinitionsForProjectGroup(ProjectGroup projectGroup) throws ContinuumStoreException
projectGroup
- The project group
ContinuumStoreException
- if the build definitions list can't be obtainBuildDefinition getDefaultBuildDefinitionForProject(int projectId) throws ContinuumStoreException
projectId
-
ContinuumStoreException
ContinuumObjectNotFoundException
BuildDefinition getDefaultBuildDefinitionForProject(Project project) throws ContinuumStoreException
project
-
ContinuumStoreException
ContinuumObjectNotFoundException
BuildDefinition getDefaultBuildDefinition(int projectId) throws ContinuumStoreException
projectId
-
ContinuumStoreException
ContinuumObjectNotFoundException
List<BuildDefinition> getAllTemplates() throws ContinuumStoreException
ContinuumStoreException
List<BuildDefinition> getBuildDefinitionsBySchedule(int scheduleId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |