| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.addAttachmentsItem(Attachment attachmentsItem) |
TestCase |
TestCase.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
TestCase |
TestCase.addStepsItem(TestStep stepsItem) |
TestCase |
TestCase.addTagsItem(TagValue tagsItem) |
TestCase |
TestCase.attachments(List<Attachment> attachments) |
TestCase |
TestCase.automation(Integer automation) |
TestCase |
TestCase.behavior(Integer behavior) |
TestCase |
TestCase.created(String created) |
TestCase |
TestCase.createdAt(String createdAt) |
TestCase |
TestCase.customFields(List<CustomFieldValue> customFields) |
TestCase |
TestCase.deleted(String deleted) |
TestCase |
TestCase.description(String description) |
static TestCase |
TestCase.fromJson(String jsonString)
Create an instance of TestCase given an JSON string
|
TestCase |
TestCaseResponseAllOf.getResult()
Get result
|
TestCase |
TestCaseResponse.getResult()
Get result
|
TestCase |
TestCase.id(Long id) |
TestCase |
TestCase.isFlaky(Integer isFlaky) |
TestCase |
TestCase.layer(Integer layer) |
TestCase |
TestCase.memberId(Long memberId) |
TestCase |
TestCase.milestoneId(Long milestoneId) |
TestCase |
TestCase.params(List<Object> params) |
TestCase |
TestCase.position(Integer position) |
TestCase |
TestCase.postconditions(String postconditions) |
TestCase |
TestCase.preconditions(String preconditions) |
TestCase |
TestCase.priority(Integer priority) |
TestCase |
TestCase.projectId(Long projectId) |
TestCase |
TestCase.severity(Integer severity) |
TestCase |
TestCase.status(Integer status) |
TestCase |
TestCase.steps(List<TestStep> steps) |
TestCase |
TestCase.stepsType(String stepsType) |
TestCase |
TestCase.suiteId(Long suiteId) |
TestCase |
TestCase.tags(List<TagValue> tags) |
TestCase |
TestCase.title(String title) |
TestCase |
TestCase.type(Integer type) |
TestCase |
TestCase.updated(String updated) |
TestCase |
TestCase.updatedAt(String updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<TestCase> |
TestCaseListResponseAllOfResult.getEntities()
Get entities
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseListResponseAllOfResult |
TestCaseListResponseAllOfResult.addEntitiesItem(TestCase entitiesItem) |
TestCaseResponseAllOf |
TestCaseResponseAllOf.result(TestCase result) |
TestCaseResponse |
TestCaseResponse.result(TestCase result) |
void |
TestCaseResponseAllOf.setResult(TestCase result) |
void |
TestCaseResponse.setResult(TestCase result) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseListResponseAllOfResult |
TestCaseListResponseAllOfResult.entities(List<TestCase> entities) |
void |
TestCaseListResponseAllOfResult.setEntities(List<TestCase> entities) |
Copyright © 2023. All rights reserved.