Uses of Class
org.touchbit.testrail4j.jackson2.model.TRPlanEntry
-
Uses of TRPlanEntry in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return TRPlanEntry Modifier and Type Method Description TRPlanEntryTRPlanEntry. withAdditionalProperty(String name, Object value)TRPlanEntryTRPlanEntry. withAssignedtoId(Long assignedtoId)TRPlanEntryTRPlanEntry. withCaseIds(List<Long> caseIds)TRPlanEntryTRPlanEntry. withConfigIds(List<Long> configIds)TRPlanEntryTRPlanEntry. withDescription(String description)TRPlanEntryTRPlanEntry. withId(String id)TRPlanEntryTRPlanEntry. withIncludeAll(Boolean includeAll)TRPlanEntryTRPlanEntry. withName(String name)TRPlanEntryTRPlanEntry. withRuns(List<TRRun> runs)TRPlanEntryTRPlanEntry. withSuiteId(Long suiteId)Methods in org.touchbit.testrail4j.jackson2.model that return types with arguments of type TRPlanEntry Modifier and Type Method Description List<TRPlanEntry>TRPlan. getEntries()An array of 'entries', i.e.Method parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRPlanEntry Modifier and Type Method Description voidTRPlan. setEntries(List<TRPlanEntry> entries)An array of 'entries', i.e.TRPlanTRPlan. withEntries(List<TRPlanEntry> entries)Constructor parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRPlanEntry Constructor 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)