Uses of Class
org.touchbit.testrail4j.jackson2.model.TRMilestone
-
Uses of TRMilestone in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return TRMilestone Modifier and Type Method Description TRMilestoneTRMilestone. withAdditionalProperty(String name, Object value)TRMilestoneTRMilestone. withCompletedOn(Long completedOn)TRMilestoneTRMilestone. withDescription(String description)TRMilestoneTRMilestone. withDueOn(Long dueOn)TRMilestoneTRMilestone. withId(Long id)TRMilestoneTRMilestone. withIsCompleted(Boolean isCompleted)TRMilestoneTRMilestone. withIsStarted(Boolean isStarted)TRMilestoneTRMilestone. withMilestones(List<TRMilestone> milestones)TRMilestoneTRMilestone. withName(String name)TRMilestoneTRMilestone. withParentId(Long parentId)TRMilestoneTRMilestone. withProjectId(Long projectId)TRMilestoneTRMilestone. withRefs(String refs)TRMilestoneTRMilestone. withStartedOn(Long startedOn)TRMilestoneTRMilestone. withStartOn(Long startOn)TRMilestoneTRMilestone. withUrl(String url)Methods in org.touchbit.testrail4j.jackson2.model that return types with arguments of type TRMilestone Modifier and Type Method 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)Method parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRMilestone Modifier and Type Method Description voidTRMilestone. setMilestones(List<TRMilestone> milestones)The sub milestones that belong to the milestone (if any); only available with get_milestone (available since TestRail 5.3)TRMilestoneTRMilestone. withMilestones(List<TRMilestone> milestones)Constructor parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRMilestone Constructor 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, String refs)