|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.squashtest.tm.service.internal.testcase.TestCaseStatisticsServiceImpl
@Service(value="TestCaseStatisticsService") @Transactional(readOnly=true) public class TestCaseStatisticsServiceImpl
| Constructor Summary | |
|---|---|
TestCaseStatisticsServiceImpl()
|
|
| Method Summary | |
|---|---|
TestCaseBoundRequirementsStatistics |
gatherBoundRequirementStatistics(Collection<Long> testCaseIds)
Given those test case ids, returns how many of them are bound to requirements and how many aren't. |
TestCaseImportanceStatistics |
gatherTestCaseImportanceStatistics(Collection<Long> testCaseIds)
Given those test case ids, sorts them by importance and returns how many of each were found. |
TestCaseSizeStatistics |
gatherTestCaseSizeStatistics(Collection<Long> testCaseIds)
Given those test case ids, sort them number of steps aggregated by slices of 10 (0, 0 < x <= 10, 10 < x <=20, 20 < x), then returns how many of each. |
TestCaseStatisticsBundle |
gatherTestCaseStatisticsBundle(Collection<Long> testCaseIds)
Returns all of the above bundled in one bean. |
TestCaseStatusesStatistics |
gatherTestCaseStatusesStatistics(Collection<Long> testCaseIds)
Given those test case ids, sort them by status and returns how many of each were found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestCaseStatisticsServiceImpl()
| Method Detail |
|---|
public TestCaseBoundRequirementsStatistics gatherBoundRequirementStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsService
gatherBoundRequirementStatistics in interface TestCaseStatisticsServicepublic TestCaseImportanceStatistics gatherTestCaseImportanceStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsService
gatherTestCaseImportanceStatistics in interface TestCaseStatisticsServicepublic TestCaseStatusesStatistics gatherTestCaseStatusesStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsService
gatherTestCaseStatusesStatistics in interface TestCaseStatisticsServicepublic TestCaseSizeStatistics gatherTestCaseSizeStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsService
gatherTestCaseSizeStatistics in interface TestCaseStatisticsServicepublic TestCaseStatisticsBundle gatherTestCaseStatisticsBundle(Collection<Long> testCaseIds)
TestCaseStatisticsService
gatherTestCaseStatisticsBundle in interface TestCaseStatisticsService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||