Uses of Class
org.touchbit.testrail4j.jackson2.model.TRResult
-
Uses of TRResult in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return TRResult Modifier and Type Method Description TRResultTRResult. withAdditionalProperty(String name, Object value)TRResultTRResult. withAssignedtoId(Long assignedtoId)TRResultTRResult. withAttachmentIds(List<Long> attachmentIds)TRResultTRResult. withCaseId(Long caseId)TRResultTRResult. withComment(String comment)TRResultTRResult. withCreatedBy(Long createdBy)TRResultTRResult. withCreatedOn(Long createdOn)TRResultTRResult. withCustomStepResults(List<TRStep> customStepResults)TRResultTRResult. withDefects(String defects)TRResultTRResult. withElapsed(String elapsed)TRResultTRResult. withId(Long id)TRResultTRResult. withStatusId(Long statusId)TRResultTRResult. withTestId(Long testId)TRResultTRResult. withVersion(String version)Methods in org.touchbit.testrail4j.jackson2.model that return types with arguments of type TRResult Modifier and Type Method Description List<TRResult>TRResults. getResults()(Required)Method parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRResult Modifier and Type Method Description voidTRResults. setResults(List<TRResult> results)(Required)TRResultsTRResults. withResults(List<TRResult> results)Constructor parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRResult Constructor Description TRResults(List<TRResult> results)