Interface AgentBuildResultsSummaryDao
-
- All Superinterfaces:
BambooObjectDao<ResultsSummary>
- All Known Implementing Classes:
AgentBuildResultsSummaryHibernateDao
@Internal public interface AgentBuildResultsSummaryDao extends BambooObjectDao<ResultsSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
calculateUtilisedAgentTime(long agentId)
Calculates the time spent performing builds of an agent.-
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
-