| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
Run |
Run._public(Boolean _public) |
Run |
Run.addCasesItem(Long casesItem) |
Run |
Run.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
Run |
Run.addTagsItem(TagValue tagsItem) |
Run |
Run.cases(List<Long> cases) |
Run |
Run.customFields(List<CustomFieldValue> customFields) |
Run |
Run.description(String description) |
Run |
Run.endTime(String endTime) |
Run |
Run.environment(RunEnvironment environment) |
static Run |
Run.fromJson(String jsonString)
Create an instance of Run given an JSON string
|
Run |
RunResponse.getResult()
Get result
|
Run |
RunResponseAllOf.getResult()
Get result
|
Run |
Run.id(Long id) |
Run |
Run.milestone(RunMilestone milestone) |
Run |
Run.startTime(String startTime) |
Run |
Run.stats(RunStats stats) |
Run |
Run.status(Integer status) |
Run |
Run.statusText(String statusText) |
Run |
Run.tags(List<TagValue> tags) |
Run |
Run.timeSpent(Long timeSpent) |
Run |
Run.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Run> |
RunListResponseAllOfResult.getEntities()
Get entities
|
| Modifier and Type | Method and Description |
|---|---|
RunListResponseAllOfResult |
RunListResponseAllOfResult.addEntitiesItem(Run entitiesItem) |
RunResponse |
RunResponse.result(Run result) |
RunResponseAllOf |
RunResponseAllOf.result(Run result) |
void |
RunResponse.setResult(Run result) |
void |
RunResponseAllOf.setResult(Run result) |
| Modifier and Type | Method and Description |
|---|---|
RunListResponseAllOfResult |
RunListResponseAllOfResult.entities(List<Run> entities) |
void |
RunListResponseAllOfResult.setEntities(List<Run> entities) |
Copyright © 2023. All rights reserved.