Uses of Class
jetbrains.buildServer.tests.TestData
-
Packages that use TestData Package Description jetbrains.buildServer jetbrains.buildServer.tests -
-
Uses of TestData in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type TestData Modifier and Type Method Description Map<String,List<TestData>>TeamServerSummary. getTestsWithInvestigation()Returns list of the tests user is responsible for grouped by project id.Map<String,List<TestData>>TeamServerSummaryData. getTestsWithInvestigation() -
Uses of TestData in jetbrains.buildServer.tests
Methods in jetbrains.buildServer.tests that return types with arguments of type TestData Modifier and Type Method Description List<TestData>BuildTestsData. getTests()Constructor parameters in jetbrains.buildServer.tests with type arguments of type TestData Constructor Description BuildTestsData(long buildId, String buildNumber, List<TestData> tests)
-