com.atlassian.bamboo.labels
Interface LabelDao
- All Superinterfaces:
- BambooObjectDao
- All Known Implementing Classes:
- LabelHibernateDao
public interface LabelDao
- extends BambooObjectDao
findLabelByNameAndNamespace
Label findLabelByNameAndNamespace(String name,
String namespace)
findBuildResultsSummaryByLabel
List findBuildResultsSummaryByLabel(Label label)
findLabellingByBuildResultsSummary
Labelling findLabellingByBuildResultsSummary(Label label,
BuildResultsSummary buildResultsSummary)
getUsageCountForLabel
int getUsageCountForLabel(Label label)
findLabels
List findLabels(String namespace,
int maxResults)
findLabellingByBuild
Labelling findLabellingByBuild(Label label,
Build build)
findLabellingByProject
Labelling findLabellingByProject(Label label,
Project project)
findLabels
List findLabels(String namespace,
int maxResults,
Build build)
findLabels
List findLabels(String namespace,
int maxResults,
Project project)
findLabels
List findLabels(Build build)
findLabels
List findLabels(Project project)
findLabellingByUser
List findLabellingByUser(String userName)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.