Uses of Class
org.touchbit.testrail4j.jackson2.model.TRSuite
-
Uses of TRSuite in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return TRSuite Modifier and Type Method Description TRSuiteTRSuite. withAdditionalProperty(String name, Object value)TRSuiteTRSuite. withCompletedOn(Long completedOn)TRSuiteTRSuite. withDescription(String description)TRSuiteTRSuite. withId(Long id)TRSuiteTRSuite. withIsBaseline(Boolean isBaseline)TRSuiteTRSuite. withIsCompleted(Boolean isCompleted)TRSuiteTRSuite. withIsMaster(Boolean isMaster)TRSuiteTRSuite. withName(String name)TRSuiteTRSuite. withProjectId(Long projectId)TRSuiteTRSuite. withUrl(String url)