-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pavel.butuzov
committed
Nov 22, 2023
1 parent
6da4a6a
commit fa3157c
Showing
92 changed files
with
22,019 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
docs/ApiV2ProjectsProjectIdAttributesTemplatesSearchPostRequest.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ApiV2ProjectsProjectIdAttributesTemplatesSearchPostRequest | ||
|
||
Collection of filters to apply to search | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **str, none_type** | Name of custom attribute template | [optional] | ||
**custom_attribute_types** | [**[CustomAttributeTypesEnum], none_type**](CustomAttributeTypesEnum.md) | Collection of custom attributes types | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
13 changes: 13 additions & 0 deletions
13
docs/ApiV2ProjectsProjectIdTestPlansDeleteBulkPostRequest.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# ApiV2ProjectsProjectIdTestPlansDeleteBulkPostRequest | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**filter** | [**ApiV2ProjectsProjectIdTestPlansSearchPostRequest**](ApiV2ProjectsProjectIdTestPlansSearchPostRequest.md) | | | ||
**extraction_model** | [**TestPlanExtractionModel**](TestPlanExtractionModel.md) | | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# ApiV2ProjectsProjectIdTestPlansSearchPostRequest | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **str, none_type** | | [optional] | ||
**description** | **str, none_type** | | [optional] | ||
**build** | **str, none_type** | | [optional] | ||
**product_name** | **str, none_type** | | [optional] | ||
**status** | [**[TestPlanStatusModel], none_type**](TestPlanStatusModel.md) | | [optional] | ||
**global_ids** | **[int], none_type** | | [optional] | ||
**is_locked** | **bool, none_type** | | [optional] | ||
**locked_date** | [**DateTimeRangeSelectorModel**](DateTimeRangeSelectorModel.md) | | [optional] | ||
**automatic_duration_timer** | **[bool], none_type** | | [optional] | ||
**created_by_ids** | **[str], none_type** | | [optional] | ||
**created_date** | [**DateTimeRangeSelectorModel**](DateTimeRangeSelectorModel.md) | | [optional] | ||
**start_date** | [**DateTimeRangeSelectorModel**](DateTimeRangeSelectorModel.md) | | [optional] | ||
**end_date** | [**DateTimeRangeSelectorModel**](DateTimeRangeSelectorModel.md) | | [optional] | ||
**tag_names** | **[str], none_type** | | [optional] | ||
**attributes** | **{str: ([str], none_type)}, none_type** | | [optional] | ||
**is_deleted** | **bool, none_type** | | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
14 changes: 14 additions & 0 deletions
14
docs/ApiV2ProjectsProjectIdWorkItemsSearchGroupedPostRequest.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ApiV2ProjectsProjectIdWorkItemsSearchGroupedPostRequest | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**group_type** | [**WorkItemGroupType**](WorkItemGroupType.md) | | | ||
**select_model** | [**WorkItemGroupGetModelSelectModel**](WorkItemGroupGetModelSelectModel.md) | | [optional] | ||
**custom_attribute_id** | **str, none_type** | | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ApiV2ProjectsProjectIdWorkItemsSearchPostRequest | ||
|
||
Model containing options to filter work items | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**filter** | [**WorkItemSelectModelFilter**](WorkItemSelectModelFilter.md) | | | ||
**extraction_model** | [**WorkItemLocalSelectModelExtractionModel**](WorkItemLocalSelectModelExtractionModel.md) | | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# AutotestSelectModelExtractionModel | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**ids** | [**AutotestsExtractionModelIds**](AutotestsExtractionModelIds.md) | | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# AutotestSelectModelFilter | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**project_ids** | **[str], none_type** | Specifies an autotest projects IDs to search for | [optional] | ||
**external_ids** | **[str], none_type** | Specifies an autotest external IDs to search for | [optional] | ||
**global_ids** | **[int], none_type** | Specifies an autotest global IDs to search for | [optional] | ||
**name** | **str, none_type** | Specifies an autotest name to search for | [optional] | ||
**is_flaky** | **bool, none_type** | Specifies an autotest flaky status to search for | [optional] | ||
**must_be_approved** | **bool, none_type** | Specifies an autotest unapproved changes status to search for | [optional] | ||
**stability_percentage** | [**AutotestFilterModelStabilityPercentage**](AutotestFilterModelStabilityPercentage.md) | | [optional] | ||
**created_date** | [**AutotestFilterModelCreatedDate**](AutotestFilterModelCreatedDate.md) | | [optional] | ||
**created_by_ids** | **[str], none_type** | Specifies an autotest creator IDs to search for | [optional] | ||
**modified_date** | [**AutotestFilterModelModifiedDate**](AutotestFilterModelModifiedDate.md) | | [optional] | ||
**modified_by_ids** | **[str], none_type** | Specifies an autotest last editor IDs to search for | [optional] | ||
**is_deleted** | **bool, none_type** | Specifies an autotest deleted status to search for | [optional] | ||
**namespace** | **str, none_type** | Specifies an autotest namespace to search for | [optional] | ||
**is_empty_namespace** | **bool, none_type** | Specifies an autotest namespace name presence status to search for | [optional] | ||
**class_name** | **str, none_type** | Specifies an autotest class name to search for | [optional] | ||
**is_empty_class_name** | **bool, none_type** | Specifies an autotest class name presence status to search for | [optional] | ||
**last_test_result_outcome** | [**AutotestResultOutcome**](AutotestResultOutcome.md) | | [optional] | ||
**external_key** | **str, none_type** | Specifies an autotest external key to search for | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# FilterModelData | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**project_ids** | **[str], none_type** | Collection of project identifiers | [optional] | ||
**name** | **str, none_type** | Name of work item | [optional] | ||
**ids** | **[str], none_type** | Specifies a work item unique IDs to search for | [optional] | ||
**global_ids** | **[int], none_type** | Collection of global (integer) identifiers | [optional] | ||
**attributes** | **{str: ([str], none_type)}, none_type** | Custom attributes of work item | [optional] | ||
**is_deleted** | **bool, none_type** | Is result must consist of only actual/deleted work items | [optional] | ||
**section_ids** | **[str], none_type** | Collection of section identifiers | [optional] | ||
**created_by_ids** | **[str], none_type** | Collection of identifiers of users who created work item | [optional] | ||
**modified_by_ids** | **[str], none_type** | Collection of identifiers of users who applied last modification to work item | [optional] | ||
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional] | ||
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional] | ||
**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional] | ||
**created_date** | [**TestPointFilterModelWorkItemCreatedDate**](TestPointFilterModelWorkItemCreatedDate.md) | | [optional] | ||
**modified_date** | [**TestPointFilterModelWorkItemModifiedDate**](TestPointFilterModelWorkItemModifiedDate.md) | | [optional] | ||
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional] | ||
**median_duration** | [**TestSuiteWorkItemsSearchModelMedianDuration**](TestSuiteWorkItemsSearchModelMedianDuration.md) | | [optional] | ||
**is_automated** | **bool, none_type** | Is result must consist of only manual/automated work items | [optional] | ||
**tags** | **[str], none_type** | Collection of tags | [optional] | ||
**auto_test_ids** | **[str], none_type** | Collection of identifiers of linked autotests | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FlakyBulkModelAutotestSelect | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**filter** | [**AutotestSelectModelFilter**](AutotestSelectModelFilter.md) | | | ||
**extraction_model** | [**AutotestSelectModelExtractionModel**](AutotestSelectModelExtractionModel.md) | | | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.