Uses of Class
io.qase.client.v2.models.ResultCreate
Packages that use ResultCreate
-
Uses of ResultCreate in io.qase.client.v2.api
Methods in io.qase.client.v2.api with parameters of type ResultCreateModifier and TypeMethodDescriptionvoidResultsApi.createResultV2(String projectCode, Long runId, ResultCreate resultCreate) Create test run result This method allows to create single test run result.okhttp3.CallResultsApi.createResultV2Async(String projectCode, Long runId, ResultCreate resultCreate, ApiCallback<Void> _callback) Create test run result (asynchronously) This method allows to create single test run result.okhttp3.CallResultsApi.createResultV2Call(String projectCode, Long runId, ResultCreate resultCreate, ApiCallback _callback) Build call for createResultV2ResultsApi.createResultV2WithHttpInfo(String projectCode, Long runId, ResultCreate resultCreate) Create test run result This method allows to create single test run result. -
Uses of ResultCreate in io.qase.client.v2.models
Methods in io.qase.client.v2.models that return ResultCreateModifier and TypeMethodDescriptionResultCreate.addAttachmentsItem(String attachmentsItem) ResultCreate.addParamGroupsItem(List<String> paramGroupsItem) ResultCreate.addStepsItem(ResultStep stepsItem) ResultCreate.addTestopsIdsItem(Long testopsIdsItem) ResultCreate.attachments(List<String> attachments) ResultCreate.execution(ResultExecution execution) ResultCreate.fields(ResultCreateFields fields) static ResultCreateCreate an instance of ResultCreate given an JSON stringResultCreate.paramGroups(List<List<String>> paramGroups) ResultCreate.putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.ResultCreate.putParamsItem(String key, String paramsItem) ResultCreate.relations(ResultRelations relations) ResultCreate.steps(List<ResultStep> steps) ResultCreate.stepsType(ResultStepsType stepsType) ResultCreate.testopsIds(List<Long> testopsIds) Methods in io.qase.client.v2.models that return types with arguments of type ResultCreateMethods in io.qase.client.v2.models with parameters of type ResultCreateModifier and TypeMethodDescriptionCreateResultsRequestV2.addResultsItem(ResultCreate resultsItem) Method parameters in io.qase.client.v2.models with type arguments of type ResultCreateModifier and TypeMethodDescriptionCreateResultsRequestV2.results(List<ResultCreate> results) voidCreateResultsRequestV2.setResults(List<ResultCreate> results)