Uses of Class
org.touchbit.testrail4j.jackson2.model.TRStep
-
Uses of TRStep in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return TRStep Modifier and Type Method Description TRStepTRStep. withActual(String actual)TRStepTRStep. withAdditionalProperty(String name, Object value)TRStepTRStep. withContent(String content)TRStepTRStep. withExpected(String expected)TRStepTRStep. withStatusId(String statusId)Methods in org.touchbit.testrail4j.jackson2.model that return types with arguments of type TRStep Modifier and Type Method Description List<TRStep>TRResult. getCustomStepResults()Test Case (Steps) template resultsList<TRStep>TRCase. getCustomStepsSeparated()Test Case (Steps) template stepsList<TRStep>TRTest. getCustomStepsSeparated()Test Case (Steps) template stepsMethod parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRStep Modifier and Type Method Description voidTRResult. setCustomStepResults(List<TRStep> customStepResults)Test Case (Steps) template resultsvoidTRCase. setCustomStepsSeparated(List<TRStep> customStepsSeparated)Test Case (Steps) template stepsvoidTRTest. setCustomStepsSeparated(List<TRStep> customStepsSeparated)Test Case (Steps) template stepsTRResultTRResult. withCustomStepResults(List<TRStep> customStepResults)TRCaseTRCase. withCustomStepsSeparated(List<TRStep> customStepsSeparated)TRTestTRTest. withCustomStepsSeparated(List<TRStep> customStepsSeparated)Constructor parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRStep Constructor Description TRCase(Long displayOrder, Long createdBy, Long createdOn, String estimate, String estimateForecast, Long id, Long milestoneId, Long priorityId, String refs, Long sectionId, Long suiteId, String title, Long typeId, Long templateId, Long updatedBy, Long updatedOn, String customSteps, String customExpected, String customPreconds, String customMission, String customGoals, Long customAutomationType, List<TRStep> customStepsSeparated)TRTest(Long assignedtoId, Long caseId, Long runId, Long statusId, Long templateId, String estimate, String estimateForecast, Long id, Long milestoneId, Long priorityId, String refs, String title, Long typeId, String customSteps, String customExpected, String customPreconds, String customMission, String customGoals, Long customAutomationType, List<TRStep> customStepsSeparated)