| Modifier and Type | Method and Description |
|---|---|
TRPlanEntry |
TRPlanEntry.withAssignedtoId(Long assignedtoId) |
TRPlanEntry |
TRPlanEntry.withCaseIds(List<Long> caseIds) |
TRPlanEntry |
TRPlanEntry.withConfigIds(List<Long> configIds) |
TRPlanEntry |
TRPlanEntry.withDescription(String description) |
TRPlanEntry |
TRPlanEntry.withId(String id) |
TRPlanEntry |
TRPlanEntry.withIncludeAll(Boolean includeAll) |
TRPlanEntry |
TRPlanEntry.withName(String name) |
TRPlanEntry |
TRPlanEntry.withRuns(List<TRRun> runs) |
TRPlanEntry |
TRPlanEntry.withSuiteId(Long suiteId) |
| Modifier and Type | Method and Description |
|---|---|
List<TRPlanEntry> |
TRPlan.getEntries()
An array of 'entries', i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TRPlan.setEntries(List<TRPlanEntry> entries)
An array of 'entries', i.e.
|
TRPlan |
TRPlan.withEntries(List<TRPlanEntry> entries) |
| Constructor and Description |
|---|
TRPlan(Long assignedtoId,
Long blockedCount,
Long completedOn,
Long createdBy,
Long createdOn,
Long customStatus1Count,
Long customStatus2Count,
Long customStatus3Count,
Long customStatus4Count,
Long customStatus5Count,
Long customStatus6Count,
Long customStatus7Count,
String description,
List<TRPlanEntry> entries,
Long failedCount,
Long id,
Boolean isCompleted,
Long milestoneId,
String name,
Long passedCount,
Long projectId,
Long retestCount,
Long untestedCount,
String url) |
Copyright © 2019. All rights reserved.