ApiResponse<Response> |
RunsApi.completeRunWithHttpInfo(String code,
Integer id)
Complete a specific run.
|
ApiResponse<IdResponse> |
CasesApi.createCaseWithHttpInfo(String code,
TestCaseCreate testCaseCreate)
Create a new test case.
|
ApiResponse<IdResponse> |
CustomFieldsApi.createCustomFieldWithHttpInfo(CustomFieldCreate customFieldCreate)
Create new Custom Field.
|
ApiResponse<IdResponse> |
DefectsApi.createDefectWithHttpInfo(String code,
DefectCreate defectCreate)
Create a new defect.
|
ApiResponse<IdResponse> |
EnvironmentsApi.createEnvironmentWithHttpInfo(String code,
EnvironmentCreate environmentCreate)
Create a new environment.
|
ApiResponse<IdResponse> |
MilestonesApi.createMilestoneWithHttpInfo(String code,
MilestoneCreate milestoneCreate)
Create a new milestone.
|
ApiResponse<IdResponse> |
PlansApi.createPlanWithHttpInfo(String code,
PlanCreate planCreate)
Create a new plan.
|
ApiResponse<ProjectCodeResponse> |
ProjectsApi.createProjectWithHttpInfo(ProjectCreate projectCreate)
Create new project.
|
ApiResponse<Response> |
ResultsApi.createResultBulkWithHttpInfo(String code,
Integer id,
ResultCreateBulk resultCreateBulk)
Bulk create test run result.
|
ApiResponse<CreateResult200Response> |
ResultsApi.createResultWithHttpInfo(String code,
Integer id,
ResultCreate resultCreate)
Create test run result.
|
ApiResponse<IdResponse> |
RunsApi.createRunWithHttpInfo(String code,
RunCreate runCreate)
Create a new run.
|
ApiResponse<HashResponse> |
SharedStepsApi.createSharedStepWithHttpInfo(String code,
SharedStepCreate sharedStepCreate)
Create a new shared step.
|
ApiResponse<IdResponse> |
SuitesApi.createSuiteWithHttpInfo(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
ApiResponse<HashResponse> |
AttachmentsApi.deleteAttachmentWithHttpInfo(String hash)
Remove attachment by Hash.
|
ApiResponse<IdResponse> |
CasesApi.deleteCaseWithHttpInfo(String code,
Integer id)
Delete test case.
|
ApiResponse<Response> |
CustomFieldsApi.deleteCustomFieldWithHttpInfo(Integer id)
Delete Custom Field by id.
|
ApiResponse<IdResponse> |
DefectsApi.deleteDefectWithHttpInfo(String code,
Integer id)
Delete defect.
|
ApiResponse<IdResponse> |
EnvironmentsApi.deleteEnvironmentWithHttpInfo(String code,
Integer id)
Delete environment.
|
ApiResponse<IdResponse> |
MilestonesApi.deleteMilestoneWithHttpInfo(String code,
Integer id)
Delete milestone.
|
ApiResponse<IdResponse> |
PlansApi.deletePlanWithHttpInfo(String code,
Integer id)
Delete plan.
|
ApiResponse<Response> |
ProjectsApi.deleteProjectWithHttpInfo(String code)
Delete Project by code.
|
ApiResponse<HashResponse> |
ResultsApi.deleteResultWithHttpInfo(String code,
Integer id,
String hash)
Delete test run result.
|
ApiResponse<IdResponse> |
RunsApi.deleteRunWithHttpInfo(String code,
Integer id)
Delete run.
|
ApiResponse<HashResponse> |
SharedStepsApi.deleteSharedStepWithHttpInfo(String code,
String hash)
Delete shared step.
|
ApiResponse<IdResponse> |
SuitesApi.deleteSuiteWithHttpInfo(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
ApiResponse<AttachmentListResponse> |
AttachmentsApi.getAttachmentsWithHttpInfo(Integer limit,
Integer offset)
Get all attachments.
|
ApiResponse<AttachmentResponse> |
AttachmentsApi.getAttachmentWithHttpInfo(String hash)
Get attachment by Hash.
|
ApiResponse<TestCaseListResponse> |
CasesApi.getCasesWithHttpInfo(String code,
GetCasesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test cases.
|
ApiResponse<TestCaseResponse> |
CasesApi.getCaseWithHttpInfo(String code,
Integer id)
Get a specific test case.
|
ApiResponse<CustomFieldsResponse> |
CustomFieldsApi.getCustomFieldsWithHttpInfo(GetCustomFieldsFiltersParameter filters,
Integer limit,
Integer offset)
Get all Custom Fields.
|
ApiResponse<CustomFieldResponse> |
CustomFieldsApi.getCustomFieldWithHttpInfo(Integer id)
Get Custom Field by id.
|
ApiResponse<DefectListResponse> |
DefectsApi.getDefectsWithHttpInfo(String code,
GetDefectsFiltersParameter filters,
Integer limit,
Integer offset)
Get all defects.
|
ApiResponse<DefectResponse> |
DefectsApi.getDefectWithHttpInfo(String code,
Integer id)
Get a specific defect.
|
ApiResponse<EnvironmentListResponse> |
EnvironmentsApi.getEnvironmentsWithHttpInfo(String code,
Integer limit,
Integer offset)
Get all environments.
|
ApiResponse<EnvironmentResponse> |
EnvironmentsApi.getEnvironmentWithHttpInfo(String code,
Integer id)
Get a specific environment.
|
ApiResponse<MilestoneListResponse> |
MilestonesApi.getMilestonesWithHttpInfo(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all milestones.
|
ApiResponse<MilestoneResponse> |
MilestonesApi.getMilestoneWithHttpInfo(String code,
Integer id)
Get a specific milestone.
|
ApiResponse<PlanListResponse> |
PlansApi.getPlansWithHttpInfo(String code,
Integer limit,
Integer offset)
Get all plans.
|
ApiResponse<PlanResponse> |
PlansApi.getPlanWithHttpInfo(String code,
Integer id)
Get a specific plan.
|
ApiResponse<ProjectListResponse> |
ProjectsApi.getProjectsWithHttpInfo(Integer limit,
Integer offset)
Get All Projects.
|
ApiResponse<ProjectResponse> |
ProjectsApi.getProjectWithHttpInfo(String code)
Get Project by code.
|
ApiResponse<ResultListResponse> |
ResultsApi.getResultsWithHttpInfo(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset)
Get all test run results.
|
ApiResponse<ResultResponse> |
ResultsApi.getResultWithHttpInfo(String code,
String hash)
Get test run result by code.
|
ApiResponse<RunListResponse> |
RunsApi.getRunsWithHttpInfo(String code,
GetRunsFiltersParameter filters,
Integer limit,
Integer offset,
String include)
Get all runs.
|
ApiResponse<RunResponse> |
RunsApi.getRunWithHttpInfo(String code,
Integer id,
String include)
Get a specific run.
|
ApiResponse<SharedStepListResponse> |
SharedStepsApi.getSharedStepsWithHttpInfo(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all shared steps.
|
ApiResponse<SharedStepResponse> |
SharedStepsApi.getSharedStepWithHttpInfo(String code,
String hash)
Get a specific shared step.
|
ApiResponse<SuiteListResponse> |
SuitesApi.getSuitesWithHttpInfo(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test suites.
|
ApiResponse<SuiteResponse> |
SuitesApi.getSuiteWithHttpInfo(String code,
Integer id)
Get a specific test suite.
|
ApiResponse<Response> |
ProjectsApi.grantAccessToProjectWithHttpInfo(String code,
ProjectAccess projectAccess)
Grant access to project by code.
|
ApiResponse<IdResponse> |
DefectsApi.resolveDefectWithHttpInfo(String code,
Integer id)
Resolve a specific defect.
|
ApiResponse<Response> |
ProjectsApi.revokeAccessToProjectWithHttpInfo(String code,
ProjectAccess projectAccess)
Revoke access to project by code.
|
ApiResponse<SearchResponse> |
SearchApi.searchWithHttpInfo(String query,
Integer limit,
Integer offset)
Search entities by Qase Query Language (QQL).
|
ApiResponse<IdResponse> |
CasesApi.updateCaseWithHttpInfo(String code,
Integer id,
TestCaseUpdate testCaseUpdate)
Update test case.
|
ApiResponse<Response> |
CustomFieldsApi.updateCustomFieldWithHttpInfo(Integer id,
CustomFieldUpdate customFieldUpdate)
Update Custom Field by id.
|
ApiResponse<Response> |
DefectsApi.updateDefectStatusWithHttpInfo(String code,
Integer id,
DefectStatus defectStatus)
Update a specific defect status.
|
ApiResponse<IdResponse> |
DefectsApi.updateDefectWithHttpInfo(String code,
Integer id,
DefectUpdate defectUpdate)
Update defect.
|
ApiResponse<IdResponse> |
EnvironmentsApi.updateEnvironmentWithHttpInfo(String code,
Integer id,
EnvironmentUpdate environmentUpdate)
Update environment.
|
ApiResponse<IdResponse> |
MilestonesApi.updateMilestoneWithHttpInfo(String code,
Integer id,
MilestoneUpdate milestoneUpdate)
Update milestone.
|
ApiResponse<IdResponse> |
PlansApi.updatePlanWithHttpInfo(String code,
Integer id,
PlanUpdate planUpdate)
Update plan.
|
ApiResponse<HashResponse> |
ResultsApi.updateResultWithHttpInfo(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
ApiResponse<RunPublicResponse> |
RunsApi.updateRunPublicityWithHttpInfo(String code,
Integer id,
RunPublic runPublic)
Update publicity of a specific run.
|
ApiResponse<HashResponse> |
SharedStepsApi.updateSharedStepWithHttpInfo(String code,
String hash,
SharedStepUpdate sharedStepUpdate)
Update shared step.
|
ApiResponse<IdResponse> |
SuitesApi.updateSuiteWithHttpInfo(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
ApiResponse<AttachmentUploadsResponse> |
AttachmentsApi.uploadAttachmentWithHttpInfo(String code,
List<File> _file)
Upload attachment.
|