Uses of Class
org.touchbit.testrail4j.jackson2.model.TRRun
-
Uses of TRRun in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return types with arguments of type TRRun Modifier and Type Method Description List<TRRun>TRPlanEntry. getRuns()An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later)Method parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRRun Modifier and Type Method Description voidTRPlanEntry. setRuns(List<TRRun> runs)An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later)TRPlanEntryTRPlanEntry. withRuns(List<TRRun> runs)