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 run.TestRuns.assignUsers(TestRun testRun, List<Integer> userIds) Assign users to a test run.Create a test run.Create a test run using the provided name and milestone.Create a test run using the provided name and milestone ID.TestRuns.findOrCreate(TestRun testRun) Find a test run using the provided test run object or create a new one.TestRuns.findOrCreate(String query, Milestone milestone) Find a test run using the provided query and milestone or create a new one.TestRuns.findOrCreate(String query, Integer milestoneId) Find a test run using the provided query and milestone ID or create a new one.TestRuns.mergeTestCases(TestRun testRun, List<Integer> testCaseIds) Merge new test cases to a test run.Update a test run.Methods in com.testmonitor.actions that return types with arguments of type TestRunModifier and TypeMethodDescriptionTestRuns.list()Search through test runs.Search through test runs within a milestone.Methods in com.testmonitor.actions with parameters of type TestRunModifier and TypeMethodDescriptionTestRuns.assignTestCases(TestRun testRun, List<Integer> testCaseIds) Assign new test cases to a test run.TestRuns.assignUsers(TestRun testRun, List<Integer> userIds) Assign users to a test run.Create a test run.TestRuns.findOrCreate(TestRun testRun) Find a test run using the provided test run object or create a new one.TestRuns.mergeTestCases(TestRun testRun, List<Integer> testCaseIds) Merge new test cases to 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(LocalDate startsAt)