| Modifier and Type | Method and 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)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TRPlanEntry.setRuns(List<TRRun> runs)
An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later)
|
TRPlanEntry |
TRPlanEntry.withRuns(List<TRRun> runs) |
| Constructor and Description |
|---|
TRPlanEntry(String id,
Long suiteId,
String name,
String description,
Long assignedtoId,
Boolean includeAll,
List<Long> caseIds,
List<Long> configIds,
List<TRRun> runs) |
Copyright © 2019. All rights reserved.