Uses of Class
jetbrains.buildServer.controllers.tests.TestCheckbox
-
Packages that use TestCheckbox Package Description jetbrains.buildServer.controllers.tests -
-
Uses of TestCheckbox in jetbrains.buildServer.controllers.tests
Methods in jetbrains.buildServer.controllers.tests that return TestCheckbox Modifier and Type Method Description TestCheckboxEditResponsibilityBean. createTestCheckbox(STestRun test)Methods in jetbrains.buildServer.controllers.tests that return types with arguments of type TestCheckbox Modifier and Type Method Description List<TestCheckbox>EditResponsibilityBean. getAllResponsibleTests()List<TestCheckbox>EditResponsibilityBean. getFailedTestsFromBuild()List<TestCheckbox>EditResponsibilityBean. getFailedTestsFromProject()Method parameters in jetbrains.buildServer.controllers.tests with type arguments of type TestCheckbox Modifier and Type Method Description voidEditResponsibilityBean. setAllResponsibleTests(List<TestCheckbox> allResponsibleTests)voidEditResponsibilityBean. setFailedTestsFromBuild(List<TestCheckbox> failedTests)voidEditResponsibilityBean. setFailedTestsFromProject(List<TestCheckbox> failedTestsFromProject)
-