Uses of Class
com.testmonitor.resources.TestRun
Packages that use TestRun
-
Uses of TestRun in com.testmonitor.actions
Methods in com.testmonitor.actions that return TestRunModifier and TypeMethodDescriptionTestRuns.assignTestCases(TestRun testRun, List<Integer> testCaseIds) Assign new test cases to a test runTestRuns.assignUsers(TestRun testRun, List<Integer> userIds) Assign users to a test runCreate a test run in TestMonitorTestRuns.findOrCreate(TestRun testRun) Search or create a test run.TestRuns.findOrCreate(String search, Milestone milestone) Search or create a test run.TestRuns.findOrCreate(String search, Integer milestoneId) Search or create a test rub.Update a test runMethods in com.testmonitor.actions that return types with arguments of type TestRunMethods in com.testmonitor.actions with parameters of type TestRunModifier and TypeMethodDescriptionTestRuns.assignTestCases(TestRun testRun, List<Integer> testCaseIds) Assign new test cases to a test runTestRuns.assignUsers(TestRun testRun, List<Integer> userIds) Assign users to a test runCreate a test run in TestMonitorTestRuns.findOrCreate(TestRun testRun) Search or create a test run.Update a test run -
Uses of TestRun in com.testmonitor.parsers
Methods in com.testmonitor.parsers that return TestRunMethods in com.testmonitor.parsers that return types with arguments of type TestRun -
Uses of TestRun in com.testmonitor.resources
Methods in com.testmonitor.resources that return TestRunModifier and TypeMethodDescriptionTestRun.setDescription(String description) TestRun.setMilestoneId(Integer milestoneId) TestRun.setMilestoneId(String milestoneId) TestRun.setStartsAt(Date startsAt)