| Package | Description |
|---|---|
| io.qase.api.exceptions | |
| io.qase.api.services | |
| io.qase.client | |
| io.qase.client.api | |
| io.qase.client.auth |
| Constructor and Description |
|---|
UncheckedQaseException(QaseException qaseException) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Attachments.addAttachmentsToCurrentContext(Collection<File> attachments)
Adds attachments to the current context.
|
static void |
Attachments.addAttachmentsToCurrentContext(File... attachments) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(QaseException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String baseUrl,
String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String baseUrl,
String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
void |
ApiClient.updateParamsForAuth(String[] authNames,
List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method,
URI uri)
Update query and header parameters based on authentication settings.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
RunsApi.completeRun(String code,
Integer id)
Complete a specific run.
|
okhttp3.Call |
RunsApi.completeRunAsync(String code,
Integer id,
ApiCallback<Response> _callback)
Complete a specific run.
|
okhttp3.Call |
RunsApi.completeRunCall(String code,
Integer id,
ApiCallback _callback)
Build call for completeRun
|
ApiResponse<Response> |
RunsApi.completeRunWithHttpInfo(String code,
Integer id)
Complete a specific run.
|
IdResponse |
CasesApi.createCase(String code,
TestCaseCreate testCaseCreate)
Create a new test case.
|
okhttp3.Call |
CasesApi.createCaseAsync(String code,
TestCaseCreate testCaseCreate,
ApiCallback<IdResponse> _callback)
Create a new test case.
|
okhttp3.Call |
CasesApi.createCaseCall(String code,
TestCaseCreate testCaseCreate,
ApiCallback _callback)
Build call for createCase
|
ApiResponse<IdResponse> |
CasesApi.createCaseWithHttpInfo(String code,
TestCaseCreate testCaseCreate)
Create a new test case.
|
IdResponse |
CustomFieldsApi.createCustomField(CustomFieldCreate customFieldCreate)
Create new Custom Field.
|
okhttp3.Call |
CustomFieldsApi.createCustomFieldAsync(CustomFieldCreate customFieldCreate,
ApiCallback<IdResponse> _callback)
Create new Custom Field.
|
okhttp3.Call |
CustomFieldsApi.createCustomFieldCall(CustomFieldCreate customFieldCreate,
ApiCallback _callback)
Build call for createCustomField
|
ApiResponse<IdResponse> |
CustomFieldsApi.createCustomFieldWithHttpInfo(CustomFieldCreate customFieldCreate)
Create new Custom Field.
|
IdResponse |
DefectsApi.createDefect(String code,
DefectCreate defectCreate)
Create a new defect.
|
okhttp3.Call |
DefectsApi.createDefectAsync(String code,
DefectCreate defectCreate,
ApiCallback<IdResponse> _callback)
Create a new defect.
|
okhttp3.Call |
DefectsApi.createDefectCall(String code,
DefectCreate defectCreate,
ApiCallback _callback)
Build call for createDefect
|
ApiResponse<IdResponse> |
DefectsApi.createDefectWithHttpInfo(String code,
DefectCreate defectCreate)
Create a new defect.
|
IdResponse |
EnvironmentsApi.createEnvironment(String code,
EnvironmentCreate environmentCreate)
Create a new environment.
|
okhttp3.Call |
EnvironmentsApi.createEnvironmentAsync(String code,
EnvironmentCreate environmentCreate,
ApiCallback<IdResponse> _callback)
Create a new environment.
|
okhttp3.Call |
EnvironmentsApi.createEnvironmentCall(String code,
EnvironmentCreate environmentCreate,
ApiCallback _callback)
Build call for createEnvironment
|
ApiResponse<IdResponse> |
EnvironmentsApi.createEnvironmentWithHttpInfo(String code,
EnvironmentCreate environmentCreate)
Create a new environment.
|
IdResponse |
MilestonesApi.createMilestone(String code,
MilestoneCreate milestoneCreate)
Create a new milestone.
|
okhttp3.Call |
MilestonesApi.createMilestoneAsync(String code,
MilestoneCreate milestoneCreate,
ApiCallback<IdResponse> _callback)
Create a new milestone.
|
okhttp3.Call |
MilestonesApi.createMilestoneCall(String code,
MilestoneCreate milestoneCreate,
ApiCallback _callback)
Build call for createMilestone
|
ApiResponse<IdResponse> |
MilestonesApi.createMilestoneWithHttpInfo(String code,
MilestoneCreate milestoneCreate)
Create a new milestone.
|
IdResponse |
PlansApi.createPlan(String code,
PlanCreate planCreate)
Create a new plan.
|
okhttp3.Call |
PlansApi.createPlanAsync(String code,
PlanCreate planCreate,
ApiCallback<IdResponse> _callback)
Create a new plan.
|
okhttp3.Call |
PlansApi.createPlanCall(String code,
PlanCreate planCreate,
ApiCallback _callback)
Build call for createPlan
|
ApiResponse<IdResponse> |
PlansApi.createPlanWithHttpInfo(String code,
PlanCreate planCreate)
Create a new plan.
|
ProjectCodeResponse |
ProjectsApi.createProject(ProjectCreate projectCreate)
Create new project.
|
okhttp3.Call |
ProjectsApi.createProjectAsync(ProjectCreate projectCreate,
ApiCallback<ProjectCodeResponse> _callback)
Create new project.
|
okhttp3.Call |
ProjectsApi.createProjectCall(ProjectCreate projectCreate,
ApiCallback _callback)
Build call for createProject
|
ApiResponse<ProjectCodeResponse> |
ProjectsApi.createProjectWithHttpInfo(ProjectCreate projectCreate)
Create new project.
|
CreateResult200Response |
ResultsApi.createResult(String code,
Integer id,
ResultCreate resultCreate)
Create test run result.
|
okhttp3.Call |
ResultsApi.createResultAsync(String code,
Integer id,
ResultCreate resultCreate,
ApiCallback<CreateResult200Response> _callback)
Create test run result.
|
Response |
ResultsApi.createResultBulk(String code,
Integer id,
ResultCreateBulk resultCreateBulk)
Bulk create test run result.
|
okhttp3.Call |
ResultsApi.createResultBulkAsync(String code,
Integer id,
ResultCreateBulk resultCreateBulk,
ApiCallback<Response> _callback)
Bulk create test run result.
|
okhttp3.Call |
ResultsApi.createResultBulkCall(String code,
Integer id,
ResultCreateBulk resultCreateBulk,
ApiCallback _callback)
Build call for createResultBulk
|
ApiResponse<Response> |
ResultsApi.createResultBulkWithHttpInfo(String code,
Integer id,
ResultCreateBulk resultCreateBulk)
Bulk create test run result.
|
okhttp3.Call |
ResultsApi.createResultCall(String code,
Integer id,
ResultCreate resultCreate,
ApiCallback _callback)
Build call for createResult
|
ApiResponse<CreateResult200Response> |
ResultsApi.createResultWithHttpInfo(String code,
Integer id,
ResultCreate resultCreate)
Create test run result.
|
IdResponse |
RunsApi.createRun(String code,
RunCreate runCreate)
Create a new run.
|
okhttp3.Call |
RunsApi.createRunAsync(String code,
RunCreate runCreate,
ApiCallback<IdResponse> _callback)
Create a new run.
|
okhttp3.Call |
RunsApi.createRunCall(String code,
RunCreate runCreate,
ApiCallback _callback)
Build call for createRun
|
ApiResponse<IdResponse> |
RunsApi.createRunWithHttpInfo(String code,
RunCreate runCreate)
Create a new run.
|
HashResponse |
SharedStepsApi.createSharedStep(String code,
SharedStepCreate sharedStepCreate)
Create a new shared step.
|
okhttp3.Call |
SharedStepsApi.createSharedStepAsync(String code,
SharedStepCreate sharedStepCreate,
ApiCallback<HashResponse> _callback)
Create a new shared step.
|
okhttp3.Call |
SharedStepsApi.createSharedStepCall(String code,
SharedStepCreate sharedStepCreate,
ApiCallback _callback)
Build call for createSharedStep
|
ApiResponse<HashResponse> |
SharedStepsApi.createSharedStepWithHttpInfo(String code,
SharedStepCreate sharedStepCreate)
Create a new shared step.
|
IdResponse |
SuitesApi.createSuite(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
okhttp3.Call |
SuitesApi.createSuiteAsync(String code,
SuiteCreate suiteCreate,
ApiCallback<IdResponse> _callback)
Create a new test suite.
|
okhttp3.Call |
SuitesApi.createSuiteCall(String code,
SuiteCreate suiteCreate,
ApiCallback _callback)
Build call for createSuite
|
ApiResponse<IdResponse> |
SuitesApi.createSuiteWithHttpInfo(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
HashResponse |
AttachmentsApi.deleteAttachment(String hash)
Remove attachment by Hash.
|
okhttp3.Call |
AttachmentsApi.deleteAttachmentAsync(String hash,
ApiCallback<HashResponse> _callback)
Remove attachment by Hash.
|
okhttp3.Call |
AttachmentsApi.deleteAttachmentCall(String hash,
ApiCallback _callback)
Build call for deleteAttachment
|
ApiResponse<HashResponse> |
AttachmentsApi.deleteAttachmentWithHttpInfo(String hash)
Remove attachment by Hash.
|
IdResponse |
CasesApi.deleteCase(String code,
Integer id)
Delete test case.
|
okhttp3.Call |
CasesApi.deleteCaseAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete test case.
|
okhttp3.Call |
CasesApi.deleteCaseCall(String code,
Integer id,
ApiCallback _callback)
Build call for deleteCase
|
ApiResponse<IdResponse> |
CasesApi.deleteCaseWithHttpInfo(String code,
Integer id)
Delete test case.
|
Response |
CustomFieldsApi.deleteCustomField(Integer id)
Delete Custom Field by id.
|
okhttp3.Call |
CustomFieldsApi.deleteCustomFieldAsync(Integer id,
ApiCallback<Response> _callback)
Delete Custom Field by id.
|
okhttp3.Call |
CustomFieldsApi.deleteCustomFieldCall(Integer id,
ApiCallback _callback)
Build call for deleteCustomField
|
ApiResponse<Response> |
CustomFieldsApi.deleteCustomFieldWithHttpInfo(Integer id)
Delete Custom Field by id.
|
IdResponse |
DefectsApi.deleteDefect(String code,
Integer id)
Delete defect.
|
okhttp3.Call |
DefectsApi.deleteDefectAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete defect.
|
okhttp3.Call |
DefectsApi.deleteDefectCall(String code,
Integer id,
ApiCallback _callback)
Build call for deleteDefect
|
ApiResponse<IdResponse> |
DefectsApi.deleteDefectWithHttpInfo(String code,
Integer id)
Delete defect.
|
IdResponse |
EnvironmentsApi.deleteEnvironment(String code,
Integer id)
Delete environment.
|
okhttp3.Call |
EnvironmentsApi.deleteEnvironmentAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete environment.
|
okhttp3.Call |
EnvironmentsApi.deleteEnvironmentCall(String code,
Integer id,
ApiCallback _callback)
Build call for deleteEnvironment
|
ApiResponse<IdResponse> |
EnvironmentsApi.deleteEnvironmentWithHttpInfo(String code,
Integer id)
Delete environment.
|
IdResponse |
MilestonesApi.deleteMilestone(String code,
Integer id)
Delete milestone.
|
okhttp3.Call |
MilestonesApi.deleteMilestoneAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete milestone.
|
okhttp3.Call |
MilestonesApi.deleteMilestoneCall(String code,
Integer id,
ApiCallback _callback)
Build call for deleteMilestone
|
ApiResponse<IdResponse> |
MilestonesApi.deleteMilestoneWithHttpInfo(String code,
Integer id)
Delete milestone.
|
IdResponse |
PlansApi.deletePlan(String code,
Integer id)
Delete plan.
|
okhttp3.Call |
PlansApi.deletePlanAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete plan.
|
okhttp3.Call |
PlansApi.deletePlanCall(String code,
Integer id,
ApiCallback _callback)
Build call for deletePlan
|
ApiResponse<IdResponse> |
PlansApi.deletePlanWithHttpInfo(String code,
Integer id)
Delete plan.
|
Response |
ProjectsApi.deleteProject(String code)
Delete Project by code.
|
okhttp3.Call |
ProjectsApi.deleteProjectAsync(String code,
ApiCallback<Response> _callback)
Delete Project by code.
|
okhttp3.Call |
ProjectsApi.deleteProjectCall(String code,
ApiCallback _callback)
Build call for deleteProject
|
ApiResponse<Response> |
ProjectsApi.deleteProjectWithHttpInfo(String code)
Delete Project by code.
|
HashResponse |
ResultsApi.deleteResult(String code,
Integer id,
String hash)
Delete test run result.
|
okhttp3.Call |
ResultsApi.deleteResultAsync(String code,
Integer id,
String hash,
ApiCallback<HashResponse> _callback)
Delete test run result.
|
okhttp3.Call |
ResultsApi.deleteResultCall(String code,
Integer id,
String hash,
ApiCallback _callback)
Build call for deleteResult
|
ApiResponse<HashResponse> |
ResultsApi.deleteResultWithHttpInfo(String code,
Integer id,
String hash)
Delete test run result.
|
IdResponse |
RunsApi.deleteRun(String code,
Integer id)
Delete run.
|
okhttp3.Call |
RunsApi.deleteRunAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Delete run.
|
okhttp3.Call |
RunsApi.deleteRunCall(String code,
Integer id,
ApiCallback _callback)
Build call for deleteRun
|
ApiResponse<IdResponse> |
RunsApi.deleteRunWithHttpInfo(String code,
Integer id)
Delete run.
|
HashResponse |
SharedStepsApi.deleteSharedStep(String code,
String hash)
Delete shared step.
|
okhttp3.Call |
SharedStepsApi.deleteSharedStepAsync(String code,
String hash,
ApiCallback<HashResponse> _callback)
Delete shared step.
|
okhttp3.Call |
SharedStepsApi.deleteSharedStepCall(String code,
String hash,
ApiCallback _callback)
Build call for deleteSharedStep
|
ApiResponse<HashResponse> |
SharedStepsApi.deleteSharedStepWithHttpInfo(String code,
String hash)
Delete shared step.
|
IdResponse |
SuitesApi.deleteSuite(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
okhttp3.Call |
SuitesApi.deleteSuiteAsync(String code,
Integer id,
SuiteDelete suiteDelete,
ApiCallback<IdResponse> _callback)
Delete test suite.
|
okhttp3.Call |
SuitesApi.deleteSuiteCall(String code,
Integer id,
SuiteDelete suiteDelete,
ApiCallback _callback)
Build call for deleteSuite
|
ApiResponse<IdResponse> |
SuitesApi.deleteSuiteWithHttpInfo(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
AttachmentResponse |
AttachmentsApi.getAttachment(String hash)
Get attachment by Hash.
|
okhttp3.Call |
AttachmentsApi.getAttachmentAsync(String hash,
ApiCallback<AttachmentResponse> _callback)
Get attachment by Hash.
|
okhttp3.Call |
AttachmentsApi.getAttachmentCall(String hash,
ApiCallback _callback)
Build call for getAttachment
|
AttachmentListResponse |
AttachmentsApi.getAttachments(Integer limit,
Integer offset)
Get all attachments.
|
okhttp3.Call |
AttachmentsApi.getAttachmentsAsync(Integer limit,
Integer offset,
ApiCallback<AttachmentListResponse> _callback)
Get all attachments.
|
okhttp3.Call |
AttachmentsApi.getAttachmentsCall(Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getAttachments
|
ApiResponse<AttachmentListResponse> |
AttachmentsApi.getAttachmentsWithHttpInfo(Integer limit,
Integer offset)
Get all attachments.
|
ApiResponse<AttachmentResponse> |
AttachmentsApi.getAttachmentWithHttpInfo(String hash)
Get attachment by Hash.
|
TestCaseResponse |
CasesApi.getCase(String code,
Integer id)
Get a specific test case.
|
okhttp3.Call |
CasesApi.getCaseAsync(String code,
Integer id,
ApiCallback<TestCaseResponse> _callback)
Get a specific test case.
|
okhttp3.Call |
CasesApi.getCaseCall(String code,
Integer id,
ApiCallback _callback)
Build call for getCase
|
TestCaseListResponse |
CasesApi.getCases(String code,
GetCasesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test cases.
|
okhttp3.Call |
CasesApi.getCasesAsync(String code,
GetCasesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<TestCaseListResponse> _callback)
Get all test cases.
|
okhttp3.Call |
CasesApi.getCasesCall(String code,
GetCasesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getCases
|
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.
|
CustomFieldResponse |
CustomFieldsApi.getCustomField(Integer id)
Get Custom Field by id.
|
okhttp3.Call |
CustomFieldsApi.getCustomFieldAsync(Integer id,
ApiCallback<CustomFieldResponse> _callback)
Get Custom Field by id.
|
okhttp3.Call |
CustomFieldsApi.getCustomFieldCall(Integer id,
ApiCallback _callback)
Build call for getCustomField
|
CustomFieldsResponse |
CustomFieldsApi.getCustomFields(GetCustomFieldsFiltersParameter filters,
Integer limit,
Integer offset)
Get all Custom Fields.
|
okhttp3.Call |
CustomFieldsApi.getCustomFieldsAsync(GetCustomFieldsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<CustomFieldsResponse> _callback)
Get all Custom Fields.
|
okhttp3.Call |
CustomFieldsApi.getCustomFieldsCall(GetCustomFieldsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getCustomFields
|
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.
|
DefectResponse |
DefectsApi.getDefect(String code,
Integer id)
Get a specific defect.
|
okhttp3.Call |
DefectsApi.getDefectAsync(String code,
Integer id,
ApiCallback<DefectResponse> _callback)
Get a specific defect.
|
okhttp3.Call |
DefectsApi.getDefectCall(String code,
Integer id,
ApiCallback _callback)
Build call for getDefect
|
DefectListResponse |
DefectsApi.getDefects(String code,
GetDefectsFiltersParameter filters,
Integer limit,
Integer offset)
Get all defects.
|
okhttp3.Call |
DefectsApi.getDefectsAsync(String code,
GetDefectsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<DefectListResponse> _callback)
Get all defects.
|
okhttp3.Call |
DefectsApi.getDefectsCall(String code,
GetDefectsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getDefects
|
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.
|
EnvironmentResponse |
EnvironmentsApi.getEnvironment(String code,
Integer id)
Get a specific environment.
|
okhttp3.Call |
EnvironmentsApi.getEnvironmentAsync(String code,
Integer id,
ApiCallback<EnvironmentResponse> _callback)
Get a specific environment.
|
okhttp3.Call |
EnvironmentsApi.getEnvironmentCall(String code,
Integer id,
ApiCallback _callback)
Build call for getEnvironment
|
EnvironmentListResponse |
EnvironmentsApi.getEnvironments(String code,
Integer limit,
Integer offset)
Get all environments.
|
okhttp3.Call |
EnvironmentsApi.getEnvironmentsAsync(String code,
Integer limit,
Integer offset,
ApiCallback<EnvironmentListResponse> _callback)
Get all environments.
|
okhttp3.Call |
EnvironmentsApi.getEnvironmentsCall(String code,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getEnvironments
|
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.
|
MilestoneResponse |
MilestonesApi.getMilestone(String code,
Integer id)
Get a specific milestone.
|
okhttp3.Call |
MilestonesApi.getMilestoneAsync(String code,
Integer id,
ApiCallback<MilestoneResponse> _callback)
Get a specific milestone.
|
okhttp3.Call |
MilestonesApi.getMilestoneCall(String code,
Integer id,
ApiCallback _callback)
Build call for getMilestone
|
MilestoneListResponse |
MilestonesApi.getMilestones(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all milestones.
|
okhttp3.Call |
MilestonesApi.getMilestonesAsync(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<MilestoneListResponse> _callback)
Get all milestones.
|
okhttp3.Call |
MilestonesApi.getMilestonesCall(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getMilestones
|
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.
|
PlanResponse |
PlansApi.getPlan(String code,
Integer id)
Get a specific plan.
|
okhttp3.Call |
PlansApi.getPlanAsync(String code,
Integer id,
ApiCallback<PlanResponse> _callback)
Get a specific plan.
|
okhttp3.Call |
PlansApi.getPlanCall(String code,
Integer id,
ApiCallback _callback)
Build call for getPlan
|
PlanListResponse |
PlansApi.getPlans(String code,
Integer limit,
Integer offset)
Get all plans.
|
okhttp3.Call |
PlansApi.getPlansAsync(String code,
Integer limit,
Integer offset,
ApiCallback<PlanListResponse> _callback)
Get all plans.
|
okhttp3.Call |
PlansApi.getPlansCall(String code,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getPlans
|
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.
|
ProjectResponse |
ProjectsApi.getProject(String code)
Get Project by code.
|
okhttp3.Call |
ProjectsApi.getProjectAsync(String code,
ApiCallback<ProjectResponse> _callback)
Get Project by code.
|
okhttp3.Call |
ProjectsApi.getProjectCall(String code,
ApiCallback _callback)
Build call for getProject
|
ProjectListResponse |
ProjectsApi.getProjects(Integer limit,
Integer offset)
Get All Projects.
|
okhttp3.Call |
ProjectsApi.getProjectsAsync(Integer limit,
Integer offset,
ApiCallback<ProjectListResponse> _callback)
Get All Projects.
|
okhttp3.Call |
ProjectsApi.getProjectsCall(Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getProjects
|
ApiResponse<ProjectListResponse> |
ProjectsApi.getProjectsWithHttpInfo(Integer limit,
Integer offset)
Get All Projects.
|
ApiResponse<ProjectResponse> |
ProjectsApi.getProjectWithHttpInfo(String code)
Get Project by code.
|
ResultResponse |
ResultsApi.getResult(String code,
String hash)
Get test run result by code.
|
okhttp3.Call |
ResultsApi.getResultAsync(String code,
String hash,
ApiCallback<ResultResponse> _callback)
Get test run result by code.
|
okhttp3.Call |
ResultsApi.getResultCall(String code,
String hash,
ApiCallback _callback)
Build call for getResult
|
ResultListResponse |
ResultsApi.getResults(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset)
Get all test run results.
|
okhttp3.Call |
ResultsApi.getResultsAsync(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<ResultListResponse> _callback)
Get all test run results.
|
okhttp3.Call |
ResultsApi.getResultsCall(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getResults
|
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.
|
RunResponse |
RunsApi.getRun(String code,
Integer id,
String include)
Get a specific run.
|
okhttp3.Call |
RunsApi.getRunAsync(String code,
Integer id,
String include,
ApiCallback<RunResponse> _callback)
Get a specific run.
|
okhttp3.Call |
RunsApi.getRunCall(String code,
Integer id,
String include,
ApiCallback _callback)
Build call for getRun
|
RunListResponse |
RunsApi.getRuns(String code,
GetRunsFiltersParameter filters,
Integer limit,
Integer offset,
String include)
Get all runs.
|
okhttp3.Call |
RunsApi.getRunsAsync(String code,
GetRunsFiltersParameter filters,
Integer limit,
Integer offset,
String include,
ApiCallback<RunListResponse> _callback)
Get all runs.
|
okhttp3.Call |
RunsApi.getRunsCall(String code,
GetRunsFiltersParameter filters,
Integer limit,
Integer offset,
String include,
ApiCallback _callback)
Build call for getRuns
|
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.
|
SharedStepResponse |
SharedStepsApi.getSharedStep(String code,
String hash)
Get a specific shared step.
|
okhttp3.Call |
SharedStepsApi.getSharedStepAsync(String code,
String hash,
ApiCallback<SharedStepResponse> _callback)
Get a specific shared step.
|
okhttp3.Call |
SharedStepsApi.getSharedStepCall(String code,
String hash,
ApiCallback _callback)
Build call for getSharedStep
|
SharedStepListResponse |
SharedStepsApi.getSharedSteps(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all shared steps.
|
okhttp3.Call |
SharedStepsApi.getSharedStepsAsync(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<SharedStepListResponse> _callback)
Get all shared steps.
|
okhttp3.Call |
SharedStepsApi.getSharedStepsCall(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getSharedSteps
|
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.
|
SuiteResponse |
SuitesApi.getSuite(String code,
Integer id)
Get a specific test suite.
|
okhttp3.Call |
SuitesApi.getSuiteAsync(String code,
Integer id,
ApiCallback<SuiteResponse> _callback)
Get a specific test suite.
|
okhttp3.Call |
SuitesApi.getSuiteCall(String code,
Integer id,
ApiCallback _callback)
Build call for getSuite
|
SuiteListResponse |
SuitesApi.getSuites(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test suites.
|
okhttp3.Call |
SuitesApi.getSuitesAsync(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<SuiteListResponse> _callback)
Get all test suites.
|
okhttp3.Call |
SuitesApi.getSuitesCall(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getSuites
|
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.
|
Response |
ProjectsApi.grantAccessToProject(String code,
ProjectAccess projectAccess)
Grant access to project by code.
|
okhttp3.Call |
ProjectsApi.grantAccessToProjectAsync(String code,
ProjectAccess projectAccess,
ApiCallback<Response> _callback)
Grant access to project by code.
|
okhttp3.Call |
ProjectsApi.grantAccessToProjectCall(String code,
ProjectAccess projectAccess,
ApiCallback _callback)
Build call for grantAccessToProject
|
ApiResponse<Response> |
ProjectsApi.grantAccessToProjectWithHttpInfo(String code,
ProjectAccess projectAccess)
Grant access to project by code.
|
IdResponse |
DefectsApi.resolveDefect(String code,
Integer id)
Resolve a specific defect.
|
okhttp3.Call |
DefectsApi.resolveDefectAsync(String code,
Integer id,
ApiCallback<IdResponse> _callback)
Resolve a specific defect.
|
okhttp3.Call |
DefectsApi.resolveDefectCall(String code,
Integer id,
ApiCallback _callback)
Build call for resolveDefect
|
ApiResponse<IdResponse> |
DefectsApi.resolveDefectWithHttpInfo(String code,
Integer id)
Resolve a specific defect.
|
Response |
ProjectsApi.revokeAccessToProject(String code,
ProjectAccess projectAccess)
Revoke access to project by code.
|
okhttp3.Call |
ProjectsApi.revokeAccessToProjectAsync(String code,
ProjectAccess projectAccess,
ApiCallback<Response> _callback)
Revoke access to project by code.
|
okhttp3.Call |
ProjectsApi.revokeAccessToProjectCall(String code,
ProjectAccess projectAccess,
ApiCallback _callback)
Build call for revokeAccessToProject
|
ApiResponse<Response> |
ProjectsApi.revokeAccessToProjectWithHttpInfo(String code,
ProjectAccess projectAccess)
Revoke access to project by code.
|
SearchResponse |
SearchApi.search(String query,
Integer limit,
Integer offset)
Search entities by Qase Query Language (QQL).
|
okhttp3.Call |
SearchApi.searchAsync(String query,
Integer limit,
Integer offset,
ApiCallback<SearchResponse> _callback)
Search entities by Qase Query Language (QQL).
|
okhttp3.Call |
SearchApi.searchCall(String query,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for search
|
ApiResponse<SearchResponse> |
SearchApi.searchWithHttpInfo(String query,
Integer limit,
Integer offset)
Search entities by Qase Query Language (QQL).
|
IdResponse |
CasesApi.updateCase(String code,
Integer id,
TestCaseUpdate testCaseUpdate)
Update test case.
|
okhttp3.Call |
CasesApi.updateCaseAsync(String code,
Integer id,
TestCaseUpdate testCaseUpdate,
ApiCallback<IdResponse> _callback)
Update test case.
|
okhttp3.Call |
CasesApi.updateCaseCall(String code,
Integer id,
TestCaseUpdate testCaseUpdate,
ApiCallback _callback)
Build call for updateCase
|
ApiResponse<IdResponse> |
CasesApi.updateCaseWithHttpInfo(String code,
Integer id,
TestCaseUpdate testCaseUpdate)
Update test case.
|
Response |
CustomFieldsApi.updateCustomField(Integer id,
CustomFieldUpdate customFieldUpdate)
Update Custom Field by id.
|
okhttp3.Call |
CustomFieldsApi.updateCustomFieldAsync(Integer id,
CustomFieldUpdate customFieldUpdate,
ApiCallback<Response> _callback)
Update Custom Field by id.
|
okhttp3.Call |
CustomFieldsApi.updateCustomFieldCall(Integer id,
CustomFieldUpdate customFieldUpdate,
ApiCallback _callback)
Build call for updateCustomField
|
ApiResponse<Response> |
CustomFieldsApi.updateCustomFieldWithHttpInfo(Integer id,
CustomFieldUpdate customFieldUpdate)
Update Custom Field by id.
|
IdResponse |
DefectsApi.updateDefect(String code,
Integer id,
DefectUpdate defectUpdate)
Update defect.
|
okhttp3.Call |
DefectsApi.updateDefectAsync(String code,
Integer id,
DefectUpdate defectUpdate,
ApiCallback<IdResponse> _callback)
Update defect.
|
okhttp3.Call |
DefectsApi.updateDefectCall(String code,
Integer id,
DefectUpdate defectUpdate,
ApiCallback _callback)
Build call for updateDefect
|
Response |
DefectsApi.updateDefectStatus(String code,
Integer id,
DefectStatus defectStatus)
Update a specific defect status.
|
okhttp3.Call |
DefectsApi.updateDefectStatusAsync(String code,
Integer id,
DefectStatus defectStatus,
ApiCallback<Response> _callback)
Update a specific defect status.
|
okhttp3.Call |
DefectsApi.updateDefectStatusCall(String code,
Integer id,
DefectStatus defectStatus,
ApiCallback _callback)
Build call for updateDefectStatus
|
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.
|
IdResponse |
EnvironmentsApi.updateEnvironment(String code,
Integer id,
EnvironmentUpdate environmentUpdate)
Update environment.
|
okhttp3.Call |
EnvironmentsApi.updateEnvironmentAsync(String code,
Integer id,
EnvironmentUpdate environmentUpdate,
ApiCallback<IdResponse> _callback)
Update environment.
|
okhttp3.Call |
EnvironmentsApi.updateEnvironmentCall(String code,
Integer id,
EnvironmentUpdate environmentUpdate,
ApiCallback _callback)
Build call for updateEnvironment
|
ApiResponse<IdResponse> |
EnvironmentsApi.updateEnvironmentWithHttpInfo(String code,
Integer id,
EnvironmentUpdate environmentUpdate)
Update environment.
|
IdResponse |
MilestonesApi.updateMilestone(String code,
Integer id,
MilestoneUpdate milestoneUpdate)
Update milestone.
|
okhttp3.Call |
MilestonesApi.updateMilestoneAsync(String code,
Integer id,
MilestoneUpdate milestoneUpdate,
ApiCallback<IdResponse> _callback)
Update milestone.
|
okhttp3.Call |
MilestonesApi.updateMilestoneCall(String code,
Integer id,
MilestoneUpdate milestoneUpdate,
ApiCallback _callback)
Build call for updateMilestone
|
ApiResponse<IdResponse> |
MilestonesApi.updateMilestoneWithHttpInfo(String code,
Integer id,
MilestoneUpdate milestoneUpdate)
Update milestone.
|
IdResponse |
PlansApi.updatePlan(String code,
Integer id,
PlanUpdate planUpdate)
Update plan.
|
okhttp3.Call |
PlansApi.updatePlanAsync(String code,
Integer id,
PlanUpdate planUpdate,
ApiCallback<IdResponse> _callback)
Update plan.
|
okhttp3.Call |
PlansApi.updatePlanCall(String code,
Integer id,
PlanUpdate planUpdate,
ApiCallback _callback)
Build call for updatePlan
|
ApiResponse<IdResponse> |
PlansApi.updatePlanWithHttpInfo(String code,
Integer id,
PlanUpdate planUpdate)
Update plan.
|
HashResponse |
ResultsApi.updateResult(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
okhttp3.Call |
ResultsApi.updateResultAsync(String code,
Integer id,
String hash,
ResultUpdate resultUpdate,
ApiCallback<HashResponse> _callback)
Update test run result.
|
okhttp3.Call |
ResultsApi.updateResultCall(String code,
Integer id,
String hash,
ResultUpdate resultUpdate,
ApiCallback _callback)
Build call for updateResult
|
ApiResponse<HashResponse> |
ResultsApi.updateResultWithHttpInfo(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
RunPublicResponse |
RunsApi.updateRunPublicity(String code,
Integer id,
RunPublic runPublic)
Update publicity of a specific run.
|
okhttp3.Call |
RunsApi.updateRunPublicityAsync(String code,
Integer id,
RunPublic runPublic,
ApiCallback<RunPublicResponse> _callback)
Update publicity of a specific run.
|
okhttp3.Call |
RunsApi.updateRunPublicityCall(String code,
Integer id,
RunPublic runPublic,
ApiCallback _callback)
Build call for updateRunPublicity
|
ApiResponse<RunPublicResponse> |
RunsApi.updateRunPublicityWithHttpInfo(String code,
Integer id,
RunPublic runPublic)
Update publicity of a specific run.
|
HashResponse |
SharedStepsApi.updateSharedStep(String code,
String hash,
SharedStepUpdate sharedStepUpdate)
Update shared step.
|
okhttp3.Call |
SharedStepsApi.updateSharedStepAsync(String code,
String hash,
SharedStepUpdate sharedStepUpdate,
ApiCallback<HashResponse> _callback)
Update shared step.
|
okhttp3.Call |
SharedStepsApi.updateSharedStepCall(String code,
String hash,
SharedStepUpdate sharedStepUpdate,
ApiCallback _callback)
Build call for updateSharedStep
|
ApiResponse<HashResponse> |
SharedStepsApi.updateSharedStepWithHttpInfo(String code,
String hash,
SharedStepUpdate sharedStepUpdate)
Update shared step.
|
IdResponse |
SuitesApi.updateSuite(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
okhttp3.Call |
SuitesApi.updateSuiteAsync(String code,
Integer id,
SuiteUpdate suiteUpdate,
ApiCallback<IdResponse> _callback)
Update test suite.
|
okhttp3.Call |
SuitesApi.updateSuiteCall(String code,
Integer id,
SuiteUpdate suiteUpdate,
ApiCallback _callback)
Build call for updateSuite
|
ApiResponse<IdResponse> |
SuitesApi.updateSuiteWithHttpInfo(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
AttachmentUploadsResponse |
AttachmentsApi.uploadAttachment(String code,
List<File> _file)
Upload attachment.
|
okhttp3.Call |
AttachmentsApi.uploadAttachmentAsync(String code,
List<File> _file,
ApiCallback<AttachmentUploadsResponse> _callback)
Upload attachment.
|
okhttp3.Call |
AttachmentsApi.uploadAttachmentCall(String code,
List<File> _file,
ApiCallback _callback)
Build call for uploadAttachment
|
ApiResponse<AttachmentUploadsResponse> |
AttachmentsApi.uploadAttachmentWithHttpInfo(String code,
List<File> _file)
Upload attachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpBearerAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method,
URI uri) |
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method,
URI uri)
Apply authentication settings to header and query params.
|
void |
ApiKeyAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method,
URI uri) |
void |
HttpBasicAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method,
URI uri) |
Copyright © 2023. All rights reserved.