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 TestCheckbox
EditResponsibilityBean. 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 void
EditResponsibilityBean. setAllResponsibleTests(List<TestCheckbox> allResponsibleTests)
void
EditResponsibilityBean. setFailedTestsFromBuild(List<TestCheckbox> failedTests)
void
EditResponsibilityBean. setFailedTestsFromProject(List<TestCheckbox> failedTestsFromProject)
-