| Modifier and Type | Method and Description |
|---|---|
TRMilestone |
TRMilestone.withCompletedOn(Long completedOn) |
TRMilestone |
TRMilestone.withDescription(String description) |
TRMilestone |
TRMilestone.withDueOn(Long dueOn) |
TRMilestone |
TRMilestone.withId(Long id) |
TRMilestone |
TRMilestone.withIsCompleted(Boolean isCompleted) |
TRMilestone |
TRMilestone.withIsStarted(Boolean isStarted) |
TRMilestone |
TRMilestone.withMilestones(List<TRMilestone> milestones) |
TRMilestone |
TRMilestone.withName(String name) |
TRMilestone |
TRMilestone.withParentId(Long parentId) |
TRMilestone |
TRMilestone.withProjectId(Long projectId) |
TRMilestone |
TRMilestone.withStartedOn(Long startedOn) |
TRMilestone |
TRMilestone.withStartOn(Long startOn) |
TRMilestone |
TRMilestone.withUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<TRMilestone> |
TRMilestone.getMilestones()
The sub milestones that belong to the milestone (if any); only available with get_milestone (available since TestRail 5.3)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TRMilestone.setMilestones(List<TRMilestone> milestones)
The sub milestones that belong to the milestone (if any); only available with get_milestone (available since TestRail 5.3)
|
TRMilestone |
TRMilestone.withMilestones(List<TRMilestone> milestones) |
| Constructor and Description |
|---|
TRMilestone(Long completedOn,
String description,
Long dueOn,
Long startOn,
Long startedOn,
Long id,
Long parentId,
Boolean isCompleted,
Boolean isStarted,
List<TRMilestone> milestones,
String name,
Long projectId,
String url) |
Copyright © 2019. All rights reserved.