Interface AgentBuildResultsSummaryDao
- All Superinterfaces:
BambooObjectDao<ResultsSummary>
- All Known Implementing Classes:
AgentBuildResultsSummaryHibernateDao
-
Method Summary
Modifier and TypeMethodDescriptionlong
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
-
Method Details
-
calculateUtilisedAgentTime
long calculateUtilisedAgentTime(long agentId) Calculates the time spent performing builds of an agent.- Parameters:
agentId
-- Returns:
-