| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
CasesApi.createCase(String code,
TestCaseCreate testCaseCreate)
Create a new test case.
|
IdResponse |
CustomFieldsApi.createCustomField(CustomFieldCreate customFieldCreate)
Create new Custom Field.
|
IdResponse |
DefectsApi.createDefect(String code,
DefectCreate defectCreate)
Create a new defect.
|
IdResponse |
EnvironmentsApi.createEnvironment(String code,
EnvironmentCreate environmentCreate)
Create a new environment.
|
IdResponse |
MilestonesApi.createMilestone(String code,
MilestoneCreate milestoneCreate)
Create a new milestone.
|
IdResponse |
PlansApi.createPlan(String code,
PlanCreate planCreate)
Create a new plan.
|
IdResponse |
RunsApi.createRun(String code,
RunCreate runCreate)
Create a new run.
|
IdResponse |
SuitesApi.createSuite(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
IdResponse |
CasesApi.deleteCase(String code,
Integer id)
Delete test case.
|
IdResponse |
DefectsApi.deleteDefect(String code,
Integer id)
Delete defect.
|
IdResponse |
EnvironmentsApi.deleteEnvironment(String code,
Integer id)
Delete environment.
|
IdResponse |
MilestonesApi.deleteMilestone(String code,
Integer id)
Delete milestone.
|
IdResponse |
PlansApi.deletePlan(String code,
Integer id)
Delete plan.
|
IdResponse |
RunsApi.deleteRun(String code,
Integer id)
Delete run.
|
IdResponse |
SuitesApi.deleteSuite(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
IdResponse |
DefectsApi.resolveDefect(String code,
Integer id)
Resolve a specific defect.
|
IdResponse |
CasesApi.updateCase(String code,
Integer id,
TestCaseUpdate testCaseUpdate)
Update test case.
|
IdResponse |
DefectsApi.updateDefect(String code,
Integer id,
DefectUpdate defectUpdate)
Update defect.
|
IdResponse |
EnvironmentsApi.updateEnvironment(String code,
Integer id,
EnvironmentUpdate environmentUpdate)
Update environment.
|
IdResponse |
MilestonesApi.updateMilestone(String code,
Integer id,
MilestoneUpdate milestoneUpdate)
Update milestone.
|
IdResponse |
PlansApi.updatePlan(String code,
Integer id,
PlanUpdate planUpdate)
Update plan.
|
IdResponse |
SuitesApi.updateSuite(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CasesApi.createCaseAsync(String code,
TestCaseCreate testCaseCreate,
ApiCallback<IdResponse> _callback)
Create a new test case.
|
okhttp3.Call |
CustomFieldsApi.createCustomFieldAsync(CustomFieldCreate customFieldCreate,
ApiCallback<IdResponse> _callback)
Create new Custom Field.
|
okhttp3.Call |
DefectsApi.createDefectAsync(String code,
DefectCreate defectCreate,
ApiCallback<IdResponse> _callback)
Create a new defect.
|
okhttp3.Call |
EnvironmentsApi.createEnvironmentAsync(String code,
EnvironmentCreate environmentCreate,
ApiCallback<IdResponse> _callback)
Create a new environment.
|
okhttp3.Call |
MilestonesApi.createMilestoneAsync(String code,
MilestoneCreate milestoneCreate,
ApiCallback<IdResponse> _callback)
Create a new milestone.
|
okhttp3.Call |
PlansApi.createPlanAsync(String code,
PlanCreate planCreate,
ApiCallback<IdResponse> _callback)
Create a new plan.
|
okhttp3.Call |
RunsApi.createRunAsync(String code,
RunCreate runCreate,
ApiCallback<IdResponse> _callback)
Create a new run.
|
okhttp3.Call |
SuitesApi.createSuiteAsync(String code,
SuiteCreate suiteCreate,
ApiCallback<IdResponse> _callback)
Create a new test suite.
|
okhttp3.Call |
CasesApi.deleteCaseAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete test case.
|
okhttp3.Call |
DefectsApi.deleteDefectAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete defect.
|
okhttp3.Call |
EnvironmentsApi.deleteEnvironmentAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete environment.
|
okhttp3.Call |
MilestonesApi.deleteMilestoneAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete milestone.
|
okhttp3.Call |
PlansApi.deletePlanAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete plan.
|
okhttp3.Call |
RunsApi.deleteRunAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete run.
|
okhttp3.Call |
SuitesApi.deleteSuiteAsync(String code,
Integer id,
SuiteDelete suiteDelete,
ApiCallback<IdResponse> _callback)
Delete test suite.
|
okhttp3.Call |
DefectsApi.resolveDefectAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Resolve a specific defect.
|
okhttp3.Call |
CasesApi.updateCaseAsync(String code,
Integer id,
TestCaseUpdate testCaseUpdate,
ApiCallback<IdResponse> _callback)
Update test case.
|
okhttp3.Call |
DefectsApi.updateDefectAsync(String code,
Integer id,
DefectUpdate defectUpdate,
ApiCallback<IdResponse> _callback)
Update defect.
|
okhttp3.Call |
EnvironmentsApi.updateEnvironmentAsync(String code,
Integer id,
EnvironmentUpdate environmentUpdate,
ApiCallback<IdResponse> _callback)
Update environment.
|
okhttp3.Call |
MilestonesApi.updateMilestoneAsync(String code,
Integer id,
MilestoneUpdate milestoneUpdate,
ApiCallback<IdResponse> _callback)
Update milestone.
|
okhttp3.Call |
PlansApi.updatePlanAsync(String code,
Integer id,
PlanUpdate planUpdate,
ApiCallback<IdResponse> _callback)
Update plan.
|
okhttp3.Call |
SuitesApi.updateSuiteAsync(String code,
Integer id,
SuiteUpdate suiteUpdate,
ApiCallback<IdResponse> _callback)
Update test suite.
|
| Modifier and Type | Method and Description |
|---|---|
static IdResponse |
IdResponse.fromJson(String jsonString)
Create an instance of IdResponse given an JSON string
|
IdResponse |
IdResponse.result(IdResponseAllOfResult result) |
IdResponse |
IdResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.