@huaweicloud/huaweicloud-sdk-codeartscheck 3.1.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/huaweicloud-sdk-codeartscheck.d.ts +3 -0
- package/huaweicloud-sdk-codeartscheck.d.ts.map +1 -0
- package/huaweicloud-sdk-codeartscheck.js +32 -0
- package/huaweicloud-sdk-codeartscheck.js.map +1 -0
- package/package.json +23 -0
- package/v2/CodeArtsCheckClient.d.ts +842 -0
- package/v2/CodeArtsCheckClient.d.ts.map +1 -0
- package/v2/CodeArtsCheckClient.js +1890 -0
- package/v2/CodeArtsCheckClient.js.map +1 -0
- package/v2/CodeArtsCheckRegion.d.ts +14 -0
- package/v2/CodeArtsCheckRegion.d.ts.map +1 -0
- package/v2/CodeArtsCheckRegion.js +36 -0
- package/v2/CodeArtsCheckRegion.js.map +1 -0
- package/v2/model/CheckConfigInfo.d.ts +30 -0
- package/v2/model/CheckConfigInfo.d.ts.map +1 -0
- package/v2/model/CheckConfigInfo.js +69 -0
- package/v2/model/CheckConfigInfo.js.map +1 -0
- package/v2/model/CheckParametersRequest.d.ts +18 -0
- package/v2/model/CheckParametersRequest.d.ts.map +1 -0
- package/v2/model/CheckParametersRequest.js +47 -0
- package/v2/model/CheckParametersRequest.js.map +1 -0
- package/v2/model/CheckParametersResponse.d.ts +8 -0
- package/v2/model/CheckParametersResponse.d.ts.map +1 -0
- package/v2/model/CheckParametersResponse.js +15 -0
- package/v2/model/CheckParametersResponse.js.map +1 -0
- package/v2/model/CheckRecordDataInfo.d.ts +17 -0
- package/v2/model/CheckRecordDataInfo.d.ts.map +1 -0
- package/v2/model/CheckRecordDataInfo.js +39 -0
- package/v2/model/CheckRecordDataInfo.js.map +1 -0
- package/v2/model/CheckRecordIssueCountsInfo.d.ts +12 -0
- package/v2/model/CheckRecordIssueCountsInfo.d.ts.map +1 -0
- package/v2/model/CheckRecordIssueCountsInfo.js +25 -0
- package/v2/model/CheckRecordIssueCountsInfo.js.map +1 -0
- package/v2/model/CheckRecordRequest.d.ts +24 -0
- package/v2/model/CheckRecordRequest.d.ts.map +1 -0
- package/v2/model/CheckRecordRequest.js +59 -0
- package/v2/model/CheckRecordRequest.js.map +1 -0
- package/v2/model/CheckRecordResponse.d.ts +10 -0
- package/v2/model/CheckRecordResponse.d.ts.map +1 -0
- package/v2/model/CheckRecordResponse.js +19 -0
- package/v2/model/CheckRecordResponse.js.map +1 -0
- package/v2/model/CheckRulesetParametersRequest.d.ts +22 -0
- package/v2/model/CheckRulesetParametersRequest.d.ts.map +1 -0
- package/v2/model/CheckRulesetParametersRequest.js +55 -0
- package/v2/model/CheckRulesetParametersRequest.js.map +1 -0
- package/v2/model/CheckRulesetParametersResponse.d.ts +10 -0
- package/v2/model/CheckRulesetParametersResponse.d.ts.map +1 -0
- package/v2/model/CheckRulesetParametersResponse.js +19 -0
- package/v2/model/CheckRulesetParametersResponse.js.map +1 -0
- package/v2/model/ConfigTaskParameterBody.d.ts +21 -0
- package/v2/model/ConfigTaskParameterBody.d.ts.map +1 -0
- package/v2/model/ConfigTaskParameterBody.js +52 -0
- package/v2/model/ConfigTaskParameterBody.js.map +1 -0
- package/v2/model/CreateRulesetRequest.d.ts +7 -0
- package/v2/model/CreateRulesetRequest.d.ts.map +1 -0
- package/v2/model/CreateRulesetRequest.js +13 -0
- package/v2/model/CreateRulesetRequest.js.map +1 -0
- package/v2/model/CreateRulesetResponse.d.ts +9 -0
- package/v2/model/CreateRulesetResponse.d.ts.map +1 -0
- package/v2/model/CreateRulesetResponse.js +21 -0
- package/v2/model/CreateRulesetResponse.js.map +1 -0
- package/v2/model/CreateTaskRequest.d.ts +11 -0
- package/v2/model/CreateTaskRequest.d.ts.map +1 -0
- package/v2/model/CreateTaskRequest.js +24 -0
- package/v2/model/CreateTaskRequest.js.map +1 -0
- package/v2/model/CreateTaskRequestV2.d.ts +50 -0
- package/v2/model/CreateTaskRequestV2.d.ts.map +1 -0
- package/v2/model/CreateTaskRequestV2.js +120 -0
- package/v2/model/CreateTaskRequestV2.js.map +1 -0
- package/v2/model/CreateTaskResponse.d.ts +9 -0
- package/v2/model/CreateTaskResponse.d.ts.map +1 -0
- package/v2/model/CreateTaskResponse.js +21 -0
- package/v2/model/CreateTaskResponse.js.map +1 -0
- package/v2/model/CustomAttributes.d.ts +9 -0
- package/v2/model/CustomAttributes.d.ts.map +1 -0
- package/v2/model/CustomAttributes.js +17 -0
- package/v2/model/CustomAttributes.js.map +1 -0
- package/v2/model/CustomAttributesRule.d.ts +15 -0
- package/v2/model/CustomAttributesRule.d.ts.map +1 -0
- package/v2/model/CustomAttributesRule.js +33 -0
- package/v2/model/CustomAttributesRule.js.map +1 -0
- package/v2/model/DefectEvents.d.ts +36 -0
- package/v2/model/DefectEvents.d.ts.map +1 -0
- package/v2/model/DefectEvents.js +83 -0
- package/v2/model/DefectEvents.js.map +1 -0
- package/v2/model/DefectFragmentV2.d.ts +20 -0
- package/v2/model/DefectFragmentV2.d.ts.map +1 -0
- package/v2/model/DefectFragmentV2.js +49 -0
- package/v2/model/DefectFragmentV2.js.map +1 -0
- package/v2/model/DefectInfoV2.d.ts +54 -0
- package/v2/model/DefectInfoV2.d.ts.map +1 -0
- package/v2/model/DefectInfoV2.js +127 -0
- package/v2/model/DefectInfoV2.js.map +1 -0
- package/v2/model/DeleteRulesetRequest.d.ts +12 -0
- package/v2/model/DeleteRulesetRequest.d.ts.map +1 -0
- package/v2/model/DeleteRulesetRequest.js +31 -0
- package/v2/model/DeleteRulesetRequest.js.map +1 -0
- package/v2/model/DeleteRulesetResponse.d.ts +5 -0
- package/v2/model/DeleteRulesetResponse.d.ts.map +1 -0
- package/v2/model/DeleteRulesetResponse.js +11 -0
- package/v2/model/DeleteRulesetResponse.js.map +1 -0
- package/v2/model/DeleteTaskRequest.d.ts +8 -0
- package/v2/model/DeleteTaskRequest.d.ts.map +1 -0
- package/v2/model/DeleteTaskRequest.js +20 -0
- package/v2/model/DeleteTaskRequest.js.map +1 -0
- package/v2/model/DeleteTaskResponse.d.ts +5 -0
- package/v2/model/DeleteTaskResponse.d.ts.map +1 -0
- package/v2/model/DeleteTaskResponse.js +11 -0
- package/v2/model/DeleteTaskResponse.js.map +1 -0
- package/v2/model/IgnorePathSettingItem.d.ts +12 -0
- package/v2/model/IgnorePathSettingItem.d.ts.map +1 -0
- package/v2/model/IgnorePathSettingItem.js +31 -0
- package/v2/model/IgnorePathSettingItem.js.map +1 -0
- package/v2/model/IncConfigV2.d.ts +28 -0
- package/v2/model/IncConfigV2.d.ts.map +1 -0
- package/v2/model/IncConfigV2.js +67 -0
- package/v2/model/IncConfigV2.js.map +1 -0
- package/v2/model/ListRulesRequest.d.ts +16 -0
- package/v2/model/ListRulesRequest.d.ts.map +1 -0
- package/v2/model/ListRulesRequest.js +37 -0
- package/v2/model/ListRulesRequest.js.map +1 -0
- package/v2/model/ListRulesResponse.d.ts +10 -0
- package/v2/model/ListRulesResponse.d.ts.map +1 -0
- package/v2/model/ListRulesResponse.js +19 -0
- package/v2/model/ListRulesResponse.js.map +1 -0
- package/v2/model/ListRulesetsRequest.d.ts +14 -0
- package/v2/model/ListRulesetsRequest.d.ts.map +1 -0
- package/v2/model/ListRulesetsRequest.js +32 -0
- package/v2/model/ListRulesetsRequest.js.map +1 -0
- package/v2/model/ListRulesetsResponse.d.ts +10 -0
- package/v2/model/ListRulesetsResponse.d.ts.map +1 -0
- package/v2/model/ListRulesetsResponse.js +19 -0
- package/v2/model/ListRulesetsResponse.js.map +1 -0
- package/v2/model/ListTaskParameterRequest.d.ts +15 -0
- package/v2/model/ListTaskParameterRequest.d.ts.map +1 -0
- package/v2/model/ListTaskParameterRequest.js +35 -0
- package/v2/model/ListTaskParameterRequest.js.map +1 -0
- package/v2/model/ListTaskParameterResponse.d.ts +5 -0
- package/v2/model/ListTaskParameterResponse.d.ts.map +1 -0
- package/v2/model/ListTaskParameterResponse.js +11 -0
- package/v2/model/ListTaskParameterResponse.js.map +1 -0
- package/v2/model/ListTaskRulesetRequest.d.ts +12 -0
- package/v2/model/ListTaskRulesetRequest.d.ts.map +1 -0
- package/v2/model/ListTaskRulesetRequest.js +31 -0
- package/v2/model/ListTaskRulesetRequest.js.map +1 -0
- package/v2/model/ListTaskRulesetResponse.d.ts +8 -0
- package/v2/model/ListTaskRulesetResponse.d.ts.map +1 -0
- package/v2/model/ListTaskRulesetResponse.js +15 -0
- package/v2/model/ListTaskRulesetResponse.js.map +1 -0
- package/v2/model/ListTemplateRulesRequest.d.ts +22 -0
- package/v2/model/ListTemplateRulesRequest.d.ts.map +1 -0
- package/v2/model/ListTemplateRulesRequest.js +52 -0
- package/v2/model/ListTemplateRulesRequest.js.map +1 -0
- package/v2/model/ListTemplateRulesResponse.d.ts +10 -0
- package/v2/model/ListTemplateRulesResponse.d.ts.map +1 -0
- package/v2/model/ListTemplateRulesResponse.js +19 -0
- package/v2/model/ListTemplateRulesResponse.js.map +1 -0
- package/v2/model/LogInfo.d.ts +16 -0
- package/v2/model/LogInfo.d.ts.map +1 -0
- package/v2/model/LogInfo.js +35 -0
- package/v2/model/LogInfo.js.map +1 -0
- package/v2/model/MetricInfo.d.ts +176 -0
- package/v2/model/MetricInfo.d.ts.map +1 -0
- package/v2/model/MetricInfo.js +439 -0
- package/v2/model/MetricInfo.js.map +1 -0
- package/v2/model/ParamInfo.d.ts +24 -0
- package/v2/model/ParamInfo.d.ts.map +1 -0
- package/v2/model/ParamInfo.js +55 -0
- package/v2/model/ParamInfo.js.map +1 -0
- package/v2/model/ProgressDetailV2.d.ts +8 -0
- package/v2/model/ProgressDetailV2.d.ts.map +1 -0
- package/v2/model/ProgressDetailV2.js +17 -0
- package/v2/model/ProgressDetailV2.js.map +1 -0
- package/v2/model/RuleConfig.d.ts +32 -0
- package/v2/model/RuleConfig.d.ts.map +1 -0
- package/v2/model/RuleConfig.js +77 -0
- package/v2/model/RuleConfig.js.map +1 -0
- package/v2/model/RuleItem.d.ts +31 -0
- package/v2/model/RuleItem.d.ts.map +1 -0
- package/v2/model/RuleItem.js +73 -0
- package/v2/model/RuleItem.js.map +1 -0
- package/v2/model/RuleListItem.d.ts +44 -0
- package/v2/model/RuleListItem.d.ts.map +1 -0
- package/v2/model/RuleListItem.js +109 -0
- package/v2/model/RuleListItem.js.map +1 -0
- package/v2/model/RuleSetV2.d.ts +10 -0
- package/v2/model/RuleSetV2.d.ts.map +1 -0
- package/v2/model/RuleSetV2.js +24 -0
- package/v2/model/RuleSetV2.js.map +1 -0
- package/v2/model/Ruleset.d.ts +35 -0
- package/v2/model/Ruleset.d.ts.map +1 -0
- package/v2/model/Ruleset.js +88 -0
- package/v2/model/Ruleset.js.map +1 -0
- package/v2/model/RulesetItem.d.ts +46 -0
- package/v2/model/RulesetItem.d.ts.map +1 -0
- package/v2/model/RulesetItem.js +113 -0
- package/v2/model/RulesetItem.js.map +1 -0
- package/v2/model/RunRequestV2.d.ts +18 -0
- package/v2/model/RunRequestV2.d.ts.map +1 -0
- package/v2/model/RunRequestV2.js +43 -0
- package/v2/model/RunRequestV2.js.map +1 -0
- package/v2/model/RunTaskRequest.d.ts +11 -0
- package/v2/model/RunTaskRequest.d.ts.map +1 -0
- package/v2/model/RunTaskRequest.js +24 -0
- package/v2/model/RunTaskRequest.js.map +1 -0
- package/v2/model/RunTaskResponse.d.ts +9 -0
- package/v2/model/RunTaskResponse.d.ts.map +1 -0
- package/v2/model/RunTaskResponse.js +21 -0
- package/v2/model/RunTaskResponse.js.map +1 -0
- package/v2/model/SetDefaulTemplateRequest.d.ts +14 -0
- package/v2/model/SetDefaulTemplateRequest.d.ts.map +1 -0
- package/v2/model/SetDefaulTemplateRequest.js +36 -0
- package/v2/model/SetDefaulTemplateRequest.js.map +1 -0
- package/v2/model/SetDefaulTemplateResponse.d.ts +5 -0
- package/v2/model/SetDefaulTemplateResponse.d.ts.map +1 -0
- package/v2/model/SetDefaulTemplateResponse.js +11 -0
- package/v2/model/SetDefaulTemplateResponse.js.map +1 -0
- package/v2/model/ShowProgressDetailRequest.d.ts +8 -0
- package/v2/model/ShowProgressDetailRequest.d.ts.map +1 -0
- package/v2/model/ShowProgressDetailRequest.js +20 -0
- package/v2/model/ShowProgressDetailRequest.js.map +1 -0
- package/v2/model/ShowProgressDetailResponse.d.ts +12 -0
- package/v2/model/ShowProgressDetailResponse.d.ts.map +1 -0
- package/v2/model/ShowProgressDetailResponse.js +25 -0
- package/v2/model/ShowProgressDetailResponse.js.map +1 -0
- package/v2/model/ShowTaskCmetricsRequest.d.ts +12 -0
- package/v2/model/ShowTaskCmetricsRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskCmetricsRequest.js +31 -0
- package/v2/model/ShowTaskCmetricsRequest.js.map +1 -0
- package/v2/model/ShowTaskCmetricsResponse.d.ts +46 -0
- package/v2/model/ShowTaskCmetricsResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskCmetricsResponse.js +111 -0
- package/v2/model/ShowTaskCmetricsResponse.js.map +1 -0
- package/v2/model/ShowTaskDefectsRequest.d.ts +18 -0
- package/v2/model/ShowTaskDefectsRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsRequest.js +42 -0
- package/v2/model/ShowTaskDefectsRequest.js.map +1 -0
- package/v2/model/ShowTaskDefectsResponse.d.ts +10 -0
- package/v2/model/ShowTaskDefectsResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsResponse.js +19 -0
- package/v2/model/ShowTaskDefectsResponse.js.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.d.ts +8 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.js +20 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.js.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.d.ts +11 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.js +19 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.js.map +1 -0
- package/v2/model/ShowTaskDetailRequest.d.ts +8 -0
- package/v2/model/ShowTaskDetailRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskDetailRequest.js +20 -0
- package/v2/model/ShowTaskDetailRequest.js.map +1 -0
- package/v2/model/ShowTaskDetailResponse.d.ts +121 -0
- package/v2/model/ShowTaskDetailResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskDetailResponse.js +301 -0
- package/v2/model/ShowTaskDetailResponse.js.map +1 -0
- package/v2/model/ShowTaskListByProjectIdRequest.d.ts +12 -0
- package/v2/model/ShowTaskListByProjectIdRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskListByProjectIdRequest.js +28 -0
- package/v2/model/ShowTaskListByProjectIdRequest.js.map +1 -0
- package/v2/model/ShowTaskListByProjectIdResponse.d.ts +10 -0
- package/v2/model/ShowTaskListByProjectIdResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskListByProjectIdResponse.js +19 -0
- package/v2/model/ShowTaskListByProjectIdResponse.js.map +1 -0
- package/v2/model/ShowTaskPathTreeRequest.d.ts +20 -0
- package/v2/model/ShowTaskPathTreeRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskPathTreeRequest.js +49 -0
- package/v2/model/ShowTaskPathTreeRequest.js.map +1 -0
- package/v2/model/ShowTaskPathTreeResponse.d.ts +10 -0
- package/v2/model/ShowTaskPathTreeResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskPathTreeResponse.js +19 -0
- package/v2/model/ShowTaskPathTreeResponse.js.map +1 -0
- package/v2/model/ShowTaskSettingsRequest.d.ts +16 -0
- package/v2/model/ShowTaskSettingsRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskSettingsRequest.js +39 -0
- package/v2/model/ShowTaskSettingsRequest.js.map +1 -0
- package/v2/model/ShowTaskSettingsResponse.d.ts +10 -0
- package/v2/model/ShowTaskSettingsResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskSettingsResponse.js +19 -0
- package/v2/model/ShowTaskSettingsResponse.js.map +1 -0
- package/v2/model/ShowTasklogRequest.d.ts +16 -0
- package/v2/model/ShowTasklogRequest.d.ts.map +1 -0
- package/v2/model/ShowTasklogRequest.js +41 -0
- package/v2/model/ShowTasklogRequest.js.map +1 -0
- package/v2/model/ShowTasklogResponse.d.ts +15 -0
- package/v2/model/ShowTasklogResponse.d.ts.map +1 -0
- package/v2/model/ShowTasklogResponse.js +31 -0
- package/v2/model/ShowTasklogResponse.js.map +1 -0
- package/v2/model/ShowTasksRulesetsRequest.d.ts +16 -0
- package/v2/model/ShowTasksRulesetsRequest.d.ts.map +1 -0
- package/v2/model/ShowTasksRulesetsRequest.js +39 -0
- package/v2/model/ShowTasksRulesetsRequest.js.map +1 -0
- package/v2/model/ShowTasksRulesetsResponse.d.ts +10 -0
- package/v2/model/ShowTasksRulesetsResponse.d.ts.map +1 -0
- package/v2/model/ShowTasksRulesetsResponse.js +19 -0
- package/v2/model/ShowTasksRulesetsResponse.js.map +1 -0
- package/v2/model/SimpleTaskInfoV2.d.ts +32 -0
- package/v2/model/SimpleTaskInfoV2.d.ts.map +1 -0
- package/v2/model/SimpleTaskInfoV2.js +79 -0
- package/v2/model/SimpleTaskInfoV2.js.map +1 -0
- package/v2/model/StatisticSeverityV2.d.ts +12 -0
- package/v2/model/StatisticSeverityV2.d.ts.map +1 -0
- package/v2/model/StatisticSeverityV2.js +25 -0
- package/v2/model/StatisticSeverityV2.js.map +1 -0
- package/v2/model/StatisticStatusV2.d.ts +10 -0
- package/v2/model/StatisticStatusV2.d.ts.map +1 -0
- package/v2/model/StatisticStatusV2.js +21 -0
- package/v2/model/StatisticStatusV2.js.map +1 -0
- package/v2/model/StopTaskByIdRequest.d.ts +8 -0
- package/v2/model/StopTaskByIdRequest.d.ts.map +1 -0
- package/v2/model/StopTaskByIdRequest.js +20 -0
- package/v2/model/StopTaskByIdRequest.js.map +1 -0
- package/v2/model/StopTaskByIdResponse.d.ts +5 -0
- package/v2/model/StopTaskByIdResponse.d.ts.map +1 -0
- package/v2/model/StopTaskByIdResponse.js +11 -0
- package/v2/model/StopTaskByIdResponse.js.map +1 -0
- package/v2/model/TaskAdvancedSettings.d.ts +14 -0
- package/v2/model/TaskAdvancedSettings.d.ts.map +1 -0
- package/v2/model/TaskAdvancedSettings.js +31 -0
- package/v2/model/TaskAdvancedSettings.js.map +1 -0
- package/v2/model/TaskAdvancedSettingsItem.d.ts +8 -0
- package/v2/model/TaskAdvancedSettingsItem.d.ts.map +1 -0
- package/v2/model/TaskAdvancedSettingsItem.js +19 -0
- package/v2/model/TaskAdvancedSettingsItem.js.map +1 -0
- package/v2/model/TaskCheckParamters.d.ts +15 -0
- package/v2/model/TaskCheckParamters.d.ts.map +1 -0
- package/v2/model/TaskCheckParamters.js +33 -0
- package/v2/model/TaskCheckParamters.js.map +1 -0
- package/v2/model/TaskCheckSettingsItem.d.ts +14 -0
- package/v2/model/TaskCheckSettingsItem.d.ts.map +1 -0
- package/v2/model/TaskCheckSettingsItem.js +35 -0
- package/v2/model/TaskCheckSettingsItem.js.map +1 -0
- package/v2/model/TaskRulesetInfo.d.ts +18 -0
- package/v2/model/TaskRulesetInfo.d.ts.map +1 -0
- package/v2/model/TaskRulesetInfo.js +41 -0
- package/v2/model/TaskRulesetInfo.js.map +1 -0
- package/v2/model/TreeNode.d.ts +20 -0
- package/v2/model/TreeNode.d.ts.map +1 -0
- package/v2/model/TreeNode.js +49 -0
- package/v2/model/TreeNode.js.map +1 -0
- package/v2/model/UpdateDefectRequestBody.d.ts +12 -0
- package/v2/model/UpdateDefectRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateDefectRequestBody.js +29 -0
- package/v2/model/UpdateDefectRequestBody.js.map +1 -0
- package/v2/model/UpdateDefectStatusRequest.d.ts +11 -0
- package/v2/model/UpdateDefectStatusRequest.d.ts.map +1 -0
- package/v2/model/UpdateDefectStatusRequest.js +24 -0
- package/v2/model/UpdateDefectStatusRequest.js.map +1 -0
- package/v2/model/UpdateDefectStatusResponse.d.ts +5 -0
- package/v2/model/UpdateDefectStatusResponse.d.ts.map +1 -0
- package/v2/model/UpdateDefectStatusResponse.js +11 -0
- package/v2/model/UpdateDefectStatusResponse.js.map +1 -0
- package/v2/model/UpdateIgnorePathRequest.d.ts +15 -0
- package/v2/model/UpdateIgnorePathRequest.d.ts.map +1 -0
- package/v2/model/UpdateIgnorePathRequest.js +35 -0
- package/v2/model/UpdateIgnorePathRequest.js.map +1 -0
- package/v2/model/UpdateIgnorePathRequestBody.d.ts +9 -0
- package/v2/model/UpdateIgnorePathRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateIgnorePathRequestBody.js +20 -0
- package/v2/model/UpdateIgnorePathRequestBody.js.map +1 -0
- package/v2/model/UpdateIgnorePathResponse.d.ts +5 -0
- package/v2/model/UpdateIgnorePathResponse.d.ts.map +1 -0
- package/v2/model/UpdateIgnorePathResponse.js +11 -0
- package/v2/model/UpdateIgnorePathResponse.js.map +1 -0
- package/v2/model/UpdateTaskRulesetItem.d.ts +16 -0
- package/v2/model/UpdateTaskRulesetItem.d.ts.map +1 -0
- package/v2/model/UpdateTaskRulesetItem.js +41 -0
- package/v2/model/UpdateTaskRulesetItem.js.map +1 -0
- package/v2/model/UpdateTaskRulesetRequest.d.ts +11 -0
- package/v2/model/UpdateTaskRulesetRequest.d.ts.map +1 -0
- package/v2/model/UpdateTaskRulesetRequest.js +24 -0
- package/v2/model/UpdateTaskRulesetRequest.js.map +1 -0
- package/v2/model/UpdateTaskRulesetResponse.d.ts +5 -0
- package/v2/model/UpdateTaskRulesetResponse.d.ts.map +1 -0
- package/v2/model/UpdateTaskRulesetResponse.js +11 -0
- package/v2/model/UpdateTaskRulesetResponse.js.map +1 -0
- package/v2/model/UpdateTaskSettingsRequest.d.ts +15 -0
- package/v2/model/UpdateTaskSettingsRequest.d.ts.map +1 -0
- package/v2/model/UpdateTaskSettingsRequest.js +35 -0
- package/v2/model/UpdateTaskSettingsRequest.js.map +1 -0
- package/v2/model/UpdateTaskSettingsRequestBody.d.ts +9 -0
- package/v2/model/UpdateTaskSettingsRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateTaskSettingsRequestBody.js +20 -0
- package/v2/model/UpdateTaskSettingsRequestBody.js.map +1 -0
- package/v2/model/UpdateTaskSettingsResponse.d.ts +5 -0
- package/v2/model/UpdateTaskSettingsResponse.d.ts.map +1 -0
- package/v2/model/UpdateTaskSettingsResponse.js +11 -0
- package/v2/model/UpdateTaskSettingsResponse.js.map +1 -0
- package/v2/public-api.d.ts +97 -0
- package/v2/public-api.d.ts.map +1 -0
- package/v2/public-api.js +113 -0
- package/v2/public-api.js.map +1 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LogInfo = void 0;
|
|
4
|
+
class LogInfo {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withDisplayName(displayName) {
|
|
8
|
+
this['display_name'] = displayName;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set displayName(displayName) {
|
|
12
|
+
this['display_name'] = displayName;
|
|
13
|
+
}
|
|
14
|
+
get displayName() {
|
|
15
|
+
return this['display_name'];
|
|
16
|
+
}
|
|
17
|
+
withLog(log) {
|
|
18
|
+
this['log'] = log;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withLevel(level) {
|
|
22
|
+
this['level'] = level;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withAnalysis(analysis) {
|
|
26
|
+
this['analysis'] = analysis;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withFaq(faq) {
|
|
30
|
+
this['faq'] = faq;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.LogInfo = LogInfo;
|
|
35
|
+
//# sourceMappingURL=LogInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogInfo.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/LogInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,OAAO;IAMhB;IACA,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAlCD,0BAkCC"}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export declare class MetricInfo {
|
|
2
|
+
private 'code_size'?;
|
|
3
|
+
private 'raw_lines'?;
|
|
4
|
+
private 'methods_total'?;
|
|
5
|
+
private 'cyclomatic_complexity_total'?;
|
|
6
|
+
private 'cyclomatic_complexity_per_method'?;
|
|
7
|
+
private 'maximum_cyclomatic_complexity'?;
|
|
8
|
+
private 'huge_cyclomatic_complexity_total'?;
|
|
9
|
+
private 'huge_cyclomatic_complexity_ratio'?;
|
|
10
|
+
private 'cca_cyclomatic_complexity_total'?;
|
|
11
|
+
private 'cca_cyclomatic_complexity_per_method'?;
|
|
12
|
+
private 'maximum_cca_cyclomatic_complexity'?;
|
|
13
|
+
private 'huge_cca_cyclomatic_complexity_total'?;
|
|
14
|
+
private 'cyclomatic_complexity_adequacy'?;
|
|
15
|
+
private 'maximum_depth'?;
|
|
16
|
+
private 'huge_depth_total'?;
|
|
17
|
+
private 'huge_depth_ratio'?;
|
|
18
|
+
private 'method_lines'?;
|
|
19
|
+
private 'lines_per_method'?;
|
|
20
|
+
private 'huge_method_total'?;
|
|
21
|
+
private 'huge_method_ratio'?;
|
|
22
|
+
private 'files_total'?;
|
|
23
|
+
private 'folders_total'?;
|
|
24
|
+
private 'lines_per_file'?;
|
|
25
|
+
private 'huge_headerfile_total'?;
|
|
26
|
+
private 'huge_headerfile_ratio'?;
|
|
27
|
+
private 'huge_non_headerfile_total'?;
|
|
28
|
+
private 'huge_non_headerfile_ratio'?;
|
|
29
|
+
private 'huge_folder_total'?;
|
|
30
|
+
private 'huge_folder_ratio'?;
|
|
31
|
+
private 'file_duplication_total'?;
|
|
32
|
+
private 'file_duplication_ratio'?;
|
|
33
|
+
private 'non_hfile_duplication_total'?;
|
|
34
|
+
private 'non_hfile_duplication_ratio'?;
|
|
35
|
+
private 'code_duplication_total'?;
|
|
36
|
+
private 'code_duplication_ratio'?;
|
|
37
|
+
private 'non_hfile_code_duplication_total'?;
|
|
38
|
+
private 'non_hfile_code_duplication_ratio'?;
|
|
39
|
+
private 'unsafe_functions_total'?;
|
|
40
|
+
private 'unsafe_functions_kloc'?;
|
|
41
|
+
private 'redundant_code_total'?;
|
|
42
|
+
private 'redundant_code_kloc'?;
|
|
43
|
+
private 'warning_suppression_total'?;
|
|
44
|
+
private 'warning_suppression_kloc'?;
|
|
45
|
+
constructor();
|
|
46
|
+
withCodeSize(codeSize: string): MetricInfo;
|
|
47
|
+
set codeSize(codeSize: string | undefined);
|
|
48
|
+
get codeSize(): string | undefined;
|
|
49
|
+
withRawLines(rawLines: string): MetricInfo;
|
|
50
|
+
set rawLines(rawLines: string | undefined);
|
|
51
|
+
get rawLines(): string | undefined;
|
|
52
|
+
withMethodsTotal(methodsTotal: string): MetricInfo;
|
|
53
|
+
set methodsTotal(methodsTotal: string | undefined);
|
|
54
|
+
get methodsTotal(): string | undefined;
|
|
55
|
+
withCyclomaticComplexityTotal(cyclomaticComplexityTotal: string): MetricInfo;
|
|
56
|
+
set cyclomaticComplexityTotal(cyclomaticComplexityTotal: string | undefined);
|
|
57
|
+
get cyclomaticComplexityTotal(): string | undefined;
|
|
58
|
+
withCyclomaticComplexityPerMethod(cyclomaticComplexityPerMethod: string): MetricInfo;
|
|
59
|
+
set cyclomaticComplexityPerMethod(cyclomaticComplexityPerMethod: string | undefined);
|
|
60
|
+
get cyclomaticComplexityPerMethod(): string | undefined;
|
|
61
|
+
withMaximumCyclomaticComplexity(maximumCyclomaticComplexity: string): MetricInfo;
|
|
62
|
+
set maximumCyclomaticComplexity(maximumCyclomaticComplexity: string | undefined);
|
|
63
|
+
get maximumCyclomaticComplexity(): string | undefined;
|
|
64
|
+
withHugeCyclomaticComplexityTotal(hugeCyclomaticComplexityTotal: string): MetricInfo;
|
|
65
|
+
set hugeCyclomaticComplexityTotal(hugeCyclomaticComplexityTotal: string | undefined);
|
|
66
|
+
get hugeCyclomaticComplexityTotal(): string | undefined;
|
|
67
|
+
withHugeCyclomaticComplexityRatio(hugeCyclomaticComplexityRatio: string): MetricInfo;
|
|
68
|
+
set hugeCyclomaticComplexityRatio(hugeCyclomaticComplexityRatio: string | undefined);
|
|
69
|
+
get hugeCyclomaticComplexityRatio(): string | undefined;
|
|
70
|
+
withCcaCyclomaticComplexityTotal(ccaCyclomaticComplexityTotal: string): MetricInfo;
|
|
71
|
+
set ccaCyclomaticComplexityTotal(ccaCyclomaticComplexityTotal: string | undefined);
|
|
72
|
+
get ccaCyclomaticComplexityTotal(): string | undefined;
|
|
73
|
+
withCcaCyclomaticComplexityPerMethod(ccaCyclomaticComplexityPerMethod: string): MetricInfo;
|
|
74
|
+
set ccaCyclomaticComplexityPerMethod(ccaCyclomaticComplexityPerMethod: string | undefined);
|
|
75
|
+
get ccaCyclomaticComplexityPerMethod(): string | undefined;
|
|
76
|
+
withMaximumCcaCyclomaticComplexity(maximumCcaCyclomaticComplexity: string): MetricInfo;
|
|
77
|
+
set maximumCcaCyclomaticComplexity(maximumCcaCyclomaticComplexity: string | undefined);
|
|
78
|
+
get maximumCcaCyclomaticComplexity(): string | undefined;
|
|
79
|
+
withHugeCcaCyclomaticComplexityTotal(hugeCcaCyclomaticComplexityTotal: string): MetricInfo;
|
|
80
|
+
set hugeCcaCyclomaticComplexityTotal(hugeCcaCyclomaticComplexityTotal: string | undefined);
|
|
81
|
+
get hugeCcaCyclomaticComplexityTotal(): string | undefined;
|
|
82
|
+
withCyclomaticComplexityAdequacy(cyclomaticComplexityAdequacy: string): MetricInfo;
|
|
83
|
+
set cyclomaticComplexityAdequacy(cyclomaticComplexityAdequacy: string | undefined);
|
|
84
|
+
get cyclomaticComplexityAdequacy(): string | undefined;
|
|
85
|
+
withMaximumDepth(maximumDepth: string): MetricInfo;
|
|
86
|
+
set maximumDepth(maximumDepth: string | undefined);
|
|
87
|
+
get maximumDepth(): string | undefined;
|
|
88
|
+
withHugeDepthTotal(hugeDepthTotal: string): MetricInfo;
|
|
89
|
+
set hugeDepthTotal(hugeDepthTotal: string | undefined);
|
|
90
|
+
get hugeDepthTotal(): string | undefined;
|
|
91
|
+
withHugeDepthRatio(hugeDepthRatio: string): MetricInfo;
|
|
92
|
+
set hugeDepthRatio(hugeDepthRatio: string | undefined);
|
|
93
|
+
get hugeDepthRatio(): string | undefined;
|
|
94
|
+
withMethodLines(methodLines: string): MetricInfo;
|
|
95
|
+
set methodLines(methodLines: string | undefined);
|
|
96
|
+
get methodLines(): string | undefined;
|
|
97
|
+
withLinesPerMethod(linesPerMethod: string): MetricInfo;
|
|
98
|
+
set linesPerMethod(linesPerMethod: string | undefined);
|
|
99
|
+
get linesPerMethod(): string | undefined;
|
|
100
|
+
withHugeMethodTotal(hugeMethodTotal: string): MetricInfo;
|
|
101
|
+
set hugeMethodTotal(hugeMethodTotal: string | undefined);
|
|
102
|
+
get hugeMethodTotal(): string | undefined;
|
|
103
|
+
withHugeMethodRatio(hugeMethodRatio: string): MetricInfo;
|
|
104
|
+
set hugeMethodRatio(hugeMethodRatio: string | undefined);
|
|
105
|
+
get hugeMethodRatio(): string | undefined;
|
|
106
|
+
withFilesTotal(filesTotal: string): MetricInfo;
|
|
107
|
+
set filesTotal(filesTotal: string | undefined);
|
|
108
|
+
get filesTotal(): string | undefined;
|
|
109
|
+
withFoldersTotal(foldersTotal: string): MetricInfo;
|
|
110
|
+
set foldersTotal(foldersTotal: string | undefined);
|
|
111
|
+
get foldersTotal(): string | undefined;
|
|
112
|
+
withLinesPerFile(linesPerFile: string): MetricInfo;
|
|
113
|
+
set linesPerFile(linesPerFile: string | undefined);
|
|
114
|
+
get linesPerFile(): string | undefined;
|
|
115
|
+
withHugeHeaderfileTotal(hugeHeaderfileTotal: string): MetricInfo;
|
|
116
|
+
set hugeHeaderfileTotal(hugeHeaderfileTotal: string | undefined);
|
|
117
|
+
get hugeHeaderfileTotal(): string | undefined;
|
|
118
|
+
withHugeHeaderfileRatio(hugeHeaderfileRatio: string): MetricInfo;
|
|
119
|
+
set hugeHeaderfileRatio(hugeHeaderfileRatio: string | undefined);
|
|
120
|
+
get hugeHeaderfileRatio(): string | undefined;
|
|
121
|
+
withHugeNonHeaderfileTotal(hugeNonHeaderfileTotal: string): MetricInfo;
|
|
122
|
+
set hugeNonHeaderfileTotal(hugeNonHeaderfileTotal: string | undefined);
|
|
123
|
+
get hugeNonHeaderfileTotal(): string | undefined;
|
|
124
|
+
withHugeNonHeaderfileRatio(hugeNonHeaderfileRatio: string): MetricInfo;
|
|
125
|
+
set hugeNonHeaderfileRatio(hugeNonHeaderfileRatio: string | undefined);
|
|
126
|
+
get hugeNonHeaderfileRatio(): string | undefined;
|
|
127
|
+
withHugeFolderTotal(hugeFolderTotal: string): MetricInfo;
|
|
128
|
+
set hugeFolderTotal(hugeFolderTotal: string | undefined);
|
|
129
|
+
get hugeFolderTotal(): string | undefined;
|
|
130
|
+
withHugeFolderRatio(hugeFolderRatio: string): MetricInfo;
|
|
131
|
+
set hugeFolderRatio(hugeFolderRatio: string | undefined);
|
|
132
|
+
get hugeFolderRatio(): string | undefined;
|
|
133
|
+
withFileDuplicationTotal(fileDuplicationTotal: string): MetricInfo;
|
|
134
|
+
set fileDuplicationTotal(fileDuplicationTotal: string | undefined);
|
|
135
|
+
get fileDuplicationTotal(): string | undefined;
|
|
136
|
+
withFileDuplicationRatio(fileDuplicationRatio: string): MetricInfo;
|
|
137
|
+
set fileDuplicationRatio(fileDuplicationRatio: string | undefined);
|
|
138
|
+
get fileDuplicationRatio(): string | undefined;
|
|
139
|
+
withNonHfileDuplicationTotal(nonHfileDuplicationTotal: string): MetricInfo;
|
|
140
|
+
set nonHfileDuplicationTotal(nonHfileDuplicationTotal: string | undefined);
|
|
141
|
+
get nonHfileDuplicationTotal(): string | undefined;
|
|
142
|
+
withNonHfileDuplicationRatio(nonHfileDuplicationRatio: string): MetricInfo;
|
|
143
|
+
set nonHfileDuplicationRatio(nonHfileDuplicationRatio: string | undefined);
|
|
144
|
+
get nonHfileDuplicationRatio(): string | undefined;
|
|
145
|
+
withCodeDuplicationTotal(codeDuplicationTotal: string): MetricInfo;
|
|
146
|
+
set codeDuplicationTotal(codeDuplicationTotal: string | undefined);
|
|
147
|
+
get codeDuplicationTotal(): string | undefined;
|
|
148
|
+
withCodeDuplicationRatio(codeDuplicationRatio: string): MetricInfo;
|
|
149
|
+
set codeDuplicationRatio(codeDuplicationRatio: string | undefined);
|
|
150
|
+
get codeDuplicationRatio(): string | undefined;
|
|
151
|
+
withNonHfileCodeDuplicationTotal(nonHfileCodeDuplicationTotal: string): MetricInfo;
|
|
152
|
+
set nonHfileCodeDuplicationTotal(nonHfileCodeDuplicationTotal: string | undefined);
|
|
153
|
+
get nonHfileCodeDuplicationTotal(): string | undefined;
|
|
154
|
+
withNonHfileCodeDuplicationRatio(nonHfileCodeDuplicationRatio: string): MetricInfo;
|
|
155
|
+
set nonHfileCodeDuplicationRatio(nonHfileCodeDuplicationRatio: string | undefined);
|
|
156
|
+
get nonHfileCodeDuplicationRatio(): string | undefined;
|
|
157
|
+
withUnsafeFunctionsTotal(unsafeFunctionsTotal: string): MetricInfo;
|
|
158
|
+
set unsafeFunctionsTotal(unsafeFunctionsTotal: string | undefined);
|
|
159
|
+
get unsafeFunctionsTotal(): string | undefined;
|
|
160
|
+
withUnsafeFunctionsKloc(unsafeFunctionsKloc: string): MetricInfo;
|
|
161
|
+
set unsafeFunctionsKloc(unsafeFunctionsKloc: string | undefined);
|
|
162
|
+
get unsafeFunctionsKloc(): string | undefined;
|
|
163
|
+
withRedundantCodeTotal(redundantCodeTotal: string): MetricInfo;
|
|
164
|
+
set redundantCodeTotal(redundantCodeTotal: string | undefined);
|
|
165
|
+
get redundantCodeTotal(): string | undefined;
|
|
166
|
+
withRedundantCodeKloc(redundantCodeKloc: string): MetricInfo;
|
|
167
|
+
set redundantCodeKloc(redundantCodeKloc: string | undefined);
|
|
168
|
+
get redundantCodeKloc(): string | undefined;
|
|
169
|
+
withWarningSuppressionTotal(warningSuppressionTotal: string): MetricInfo;
|
|
170
|
+
set warningSuppressionTotal(warningSuppressionTotal: string | undefined);
|
|
171
|
+
get warningSuppressionTotal(): string | undefined;
|
|
172
|
+
withWarningSuppressionKloc(warningSuppressionKloc: string): MetricInfo;
|
|
173
|
+
set warningSuppressionKloc(warningSuppressionKloc: string | undefined);
|
|
174
|
+
get warningSuppressionKloc(): string | undefined;
|
|
175
|
+
}
|
|
176
|
+
//# sourceMappingURL=MetricInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetricInfo.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/MetricInfo.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MetricInfo = void 0;
|
|
4
|
+
class MetricInfo {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withCodeSize(codeSize) {
|
|
8
|
+
this['code_size'] = codeSize;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set codeSize(codeSize) {
|
|
12
|
+
this['code_size'] = codeSize;
|
|
13
|
+
}
|
|
14
|
+
get codeSize() {
|
|
15
|
+
return this['code_size'];
|
|
16
|
+
}
|
|
17
|
+
withRawLines(rawLines) {
|
|
18
|
+
this['raw_lines'] = rawLines;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set rawLines(rawLines) {
|
|
22
|
+
this['raw_lines'] = rawLines;
|
|
23
|
+
}
|
|
24
|
+
get rawLines() {
|
|
25
|
+
return this['raw_lines'];
|
|
26
|
+
}
|
|
27
|
+
withMethodsTotal(methodsTotal) {
|
|
28
|
+
this['methods_total'] = methodsTotal;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set methodsTotal(methodsTotal) {
|
|
32
|
+
this['methods_total'] = methodsTotal;
|
|
33
|
+
}
|
|
34
|
+
get methodsTotal() {
|
|
35
|
+
return this['methods_total'];
|
|
36
|
+
}
|
|
37
|
+
withCyclomaticComplexityTotal(cyclomaticComplexityTotal) {
|
|
38
|
+
this['cyclomatic_complexity_total'] = cyclomaticComplexityTotal;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set cyclomaticComplexityTotal(cyclomaticComplexityTotal) {
|
|
42
|
+
this['cyclomatic_complexity_total'] = cyclomaticComplexityTotal;
|
|
43
|
+
}
|
|
44
|
+
get cyclomaticComplexityTotal() {
|
|
45
|
+
return this['cyclomatic_complexity_total'];
|
|
46
|
+
}
|
|
47
|
+
withCyclomaticComplexityPerMethod(cyclomaticComplexityPerMethod) {
|
|
48
|
+
this['cyclomatic_complexity_per_method'] = cyclomaticComplexityPerMethod;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set cyclomaticComplexityPerMethod(cyclomaticComplexityPerMethod) {
|
|
52
|
+
this['cyclomatic_complexity_per_method'] = cyclomaticComplexityPerMethod;
|
|
53
|
+
}
|
|
54
|
+
get cyclomaticComplexityPerMethod() {
|
|
55
|
+
return this['cyclomatic_complexity_per_method'];
|
|
56
|
+
}
|
|
57
|
+
withMaximumCyclomaticComplexity(maximumCyclomaticComplexity) {
|
|
58
|
+
this['maximum_cyclomatic_complexity'] = maximumCyclomaticComplexity;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
set maximumCyclomaticComplexity(maximumCyclomaticComplexity) {
|
|
62
|
+
this['maximum_cyclomatic_complexity'] = maximumCyclomaticComplexity;
|
|
63
|
+
}
|
|
64
|
+
get maximumCyclomaticComplexity() {
|
|
65
|
+
return this['maximum_cyclomatic_complexity'];
|
|
66
|
+
}
|
|
67
|
+
withHugeCyclomaticComplexityTotal(hugeCyclomaticComplexityTotal) {
|
|
68
|
+
this['huge_cyclomatic_complexity_total'] = hugeCyclomaticComplexityTotal;
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
set hugeCyclomaticComplexityTotal(hugeCyclomaticComplexityTotal) {
|
|
72
|
+
this['huge_cyclomatic_complexity_total'] = hugeCyclomaticComplexityTotal;
|
|
73
|
+
}
|
|
74
|
+
get hugeCyclomaticComplexityTotal() {
|
|
75
|
+
return this['huge_cyclomatic_complexity_total'];
|
|
76
|
+
}
|
|
77
|
+
withHugeCyclomaticComplexityRatio(hugeCyclomaticComplexityRatio) {
|
|
78
|
+
this['huge_cyclomatic_complexity_ratio'] = hugeCyclomaticComplexityRatio;
|
|
79
|
+
return this;
|
|
80
|
+
}
|
|
81
|
+
set hugeCyclomaticComplexityRatio(hugeCyclomaticComplexityRatio) {
|
|
82
|
+
this['huge_cyclomatic_complexity_ratio'] = hugeCyclomaticComplexityRatio;
|
|
83
|
+
}
|
|
84
|
+
get hugeCyclomaticComplexityRatio() {
|
|
85
|
+
return this['huge_cyclomatic_complexity_ratio'];
|
|
86
|
+
}
|
|
87
|
+
withCcaCyclomaticComplexityTotal(ccaCyclomaticComplexityTotal) {
|
|
88
|
+
this['cca_cyclomatic_complexity_total'] = ccaCyclomaticComplexityTotal;
|
|
89
|
+
return this;
|
|
90
|
+
}
|
|
91
|
+
set ccaCyclomaticComplexityTotal(ccaCyclomaticComplexityTotal) {
|
|
92
|
+
this['cca_cyclomatic_complexity_total'] = ccaCyclomaticComplexityTotal;
|
|
93
|
+
}
|
|
94
|
+
get ccaCyclomaticComplexityTotal() {
|
|
95
|
+
return this['cca_cyclomatic_complexity_total'];
|
|
96
|
+
}
|
|
97
|
+
withCcaCyclomaticComplexityPerMethod(ccaCyclomaticComplexityPerMethod) {
|
|
98
|
+
this['cca_cyclomatic_complexity_per_method'] = ccaCyclomaticComplexityPerMethod;
|
|
99
|
+
return this;
|
|
100
|
+
}
|
|
101
|
+
set ccaCyclomaticComplexityPerMethod(ccaCyclomaticComplexityPerMethod) {
|
|
102
|
+
this['cca_cyclomatic_complexity_per_method'] = ccaCyclomaticComplexityPerMethod;
|
|
103
|
+
}
|
|
104
|
+
get ccaCyclomaticComplexityPerMethod() {
|
|
105
|
+
return this['cca_cyclomatic_complexity_per_method'];
|
|
106
|
+
}
|
|
107
|
+
withMaximumCcaCyclomaticComplexity(maximumCcaCyclomaticComplexity) {
|
|
108
|
+
this['maximum_cca_cyclomatic_complexity'] = maximumCcaCyclomaticComplexity;
|
|
109
|
+
return this;
|
|
110
|
+
}
|
|
111
|
+
set maximumCcaCyclomaticComplexity(maximumCcaCyclomaticComplexity) {
|
|
112
|
+
this['maximum_cca_cyclomatic_complexity'] = maximumCcaCyclomaticComplexity;
|
|
113
|
+
}
|
|
114
|
+
get maximumCcaCyclomaticComplexity() {
|
|
115
|
+
return this['maximum_cca_cyclomatic_complexity'];
|
|
116
|
+
}
|
|
117
|
+
withHugeCcaCyclomaticComplexityTotal(hugeCcaCyclomaticComplexityTotal) {
|
|
118
|
+
this['huge_cca_cyclomatic_complexity_total'] = hugeCcaCyclomaticComplexityTotal;
|
|
119
|
+
return this;
|
|
120
|
+
}
|
|
121
|
+
set hugeCcaCyclomaticComplexityTotal(hugeCcaCyclomaticComplexityTotal) {
|
|
122
|
+
this['huge_cca_cyclomatic_complexity_total'] = hugeCcaCyclomaticComplexityTotal;
|
|
123
|
+
}
|
|
124
|
+
get hugeCcaCyclomaticComplexityTotal() {
|
|
125
|
+
return this['huge_cca_cyclomatic_complexity_total'];
|
|
126
|
+
}
|
|
127
|
+
withCyclomaticComplexityAdequacy(cyclomaticComplexityAdequacy) {
|
|
128
|
+
this['cyclomatic_complexity_adequacy'] = cyclomaticComplexityAdequacy;
|
|
129
|
+
return this;
|
|
130
|
+
}
|
|
131
|
+
set cyclomaticComplexityAdequacy(cyclomaticComplexityAdequacy) {
|
|
132
|
+
this['cyclomatic_complexity_adequacy'] = cyclomaticComplexityAdequacy;
|
|
133
|
+
}
|
|
134
|
+
get cyclomaticComplexityAdequacy() {
|
|
135
|
+
return this['cyclomatic_complexity_adequacy'];
|
|
136
|
+
}
|
|
137
|
+
withMaximumDepth(maximumDepth) {
|
|
138
|
+
this['maximum_depth'] = maximumDepth;
|
|
139
|
+
return this;
|
|
140
|
+
}
|
|
141
|
+
set maximumDepth(maximumDepth) {
|
|
142
|
+
this['maximum_depth'] = maximumDepth;
|
|
143
|
+
}
|
|
144
|
+
get maximumDepth() {
|
|
145
|
+
return this['maximum_depth'];
|
|
146
|
+
}
|
|
147
|
+
withHugeDepthTotal(hugeDepthTotal) {
|
|
148
|
+
this['huge_depth_total'] = hugeDepthTotal;
|
|
149
|
+
return this;
|
|
150
|
+
}
|
|
151
|
+
set hugeDepthTotal(hugeDepthTotal) {
|
|
152
|
+
this['huge_depth_total'] = hugeDepthTotal;
|
|
153
|
+
}
|
|
154
|
+
get hugeDepthTotal() {
|
|
155
|
+
return this['huge_depth_total'];
|
|
156
|
+
}
|
|
157
|
+
withHugeDepthRatio(hugeDepthRatio) {
|
|
158
|
+
this['huge_depth_ratio'] = hugeDepthRatio;
|
|
159
|
+
return this;
|
|
160
|
+
}
|
|
161
|
+
set hugeDepthRatio(hugeDepthRatio) {
|
|
162
|
+
this['huge_depth_ratio'] = hugeDepthRatio;
|
|
163
|
+
}
|
|
164
|
+
get hugeDepthRatio() {
|
|
165
|
+
return this['huge_depth_ratio'];
|
|
166
|
+
}
|
|
167
|
+
withMethodLines(methodLines) {
|
|
168
|
+
this['method_lines'] = methodLines;
|
|
169
|
+
return this;
|
|
170
|
+
}
|
|
171
|
+
set methodLines(methodLines) {
|
|
172
|
+
this['method_lines'] = methodLines;
|
|
173
|
+
}
|
|
174
|
+
get methodLines() {
|
|
175
|
+
return this['method_lines'];
|
|
176
|
+
}
|
|
177
|
+
withLinesPerMethod(linesPerMethod) {
|
|
178
|
+
this['lines_per_method'] = linesPerMethod;
|
|
179
|
+
return this;
|
|
180
|
+
}
|
|
181
|
+
set linesPerMethod(linesPerMethod) {
|
|
182
|
+
this['lines_per_method'] = linesPerMethod;
|
|
183
|
+
}
|
|
184
|
+
get linesPerMethod() {
|
|
185
|
+
return this['lines_per_method'];
|
|
186
|
+
}
|
|
187
|
+
withHugeMethodTotal(hugeMethodTotal) {
|
|
188
|
+
this['huge_method_total'] = hugeMethodTotal;
|
|
189
|
+
return this;
|
|
190
|
+
}
|
|
191
|
+
set hugeMethodTotal(hugeMethodTotal) {
|
|
192
|
+
this['huge_method_total'] = hugeMethodTotal;
|
|
193
|
+
}
|
|
194
|
+
get hugeMethodTotal() {
|
|
195
|
+
return this['huge_method_total'];
|
|
196
|
+
}
|
|
197
|
+
withHugeMethodRatio(hugeMethodRatio) {
|
|
198
|
+
this['huge_method_ratio'] = hugeMethodRatio;
|
|
199
|
+
return this;
|
|
200
|
+
}
|
|
201
|
+
set hugeMethodRatio(hugeMethodRatio) {
|
|
202
|
+
this['huge_method_ratio'] = hugeMethodRatio;
|
|
203
|
+
}
|
|
204
|
+
get hugeMethodRatio() {
|
|
205
|
+
return this['huge_method_ratio'];
|
|
206
|
+
}
|
|
207
|
+
withFilesTotal(filesTotal) {
|
|
208
|
+
this['files_total'] = filesTotal;
|
|
209
|
+
return this;
|
|
210
|
+
}
|
|
211
|
+
set filesTotal(filesTotal) {
|
|
212
|
+
this['files_total'] = filesTotal;
|
|
213
|
+
}
|
|
214
|
+
get filesTotal() {
|
|
215
|
+
return this['files_total'];
|
|
216
|
+
}
|
|
217
|
+
withFoldersTotal(foldersTotal) {
|
|
218
|
+
this['folders_total'] = foldersTotal;
|
|
219
|
+
return this;
|
|
220
|
+
}
|
|
221
|
+
set foldersTotal(foldersTotal) {
|
|
222
|
+
this['folders_total'] = foldersTotal;
|
|
223
|
+
}
|
|
224
|
+
get foldersTotal() {
|
|
225
|
+
return this['folders_total'];
|
|
226
|
+
}
|
|
227
|
+
withLinesPerFile(linesPerFile) {
|
|
228
|
+
this['lines_per_file'] = linesPerFile;
|
|
229
|
+
return this;
|
|
230
|
+
}
|
|
231
|
+
set linesPerFile(linesPerFile) {
|
|
232
|
+
this['lines_per_file'] = linesPerFile;
|
|
233
|
+
}
|
|
234
|
+
get linesPerFile() {
|
|
235
|
+
return this['lines_per_file'];
|
|
236
|
+
}
|
|
237
|
+
withHugeHeaderfileTotal(hugeHeaderfileTotal) {
|
|
238
|
+
this['huge_headerfile_total'] = hugeHeaderfileTotal;
|
|
239
|
+
return this;
|
|
240
|
+
}
|
|
241
|
+
set hugeHeaderfileTotal(hugeHeaderfileTotal) {
|
|
242
|
+
this['huge_headerfile_total'] = hugeHeaderfileTotal;
|
|
243
|
+
}
|
|
244
|
+
get hugeHeaderfileTotal() {
|
|
245
|
+
return this['huge_headerfile_total'];
|
|
246
|
+
}
|
|
247
|
+
withHugeHeaderfileRatio(hugeHeaderfileRatio) {
|
|
248
|
+
this['huge_headerfile_ratio'] = hugeHeaderfileRatio;
|
|
249
|
+
return this;
|
|
250
|
+
}
|
|
251
|
+
set hugeHeaderfileRatio(hugeHeaderfileRatio) {
|
|
252
|
+
this['huge_headerfile_ratio'] = hugeHeaderfileRatio;
|
|
253
|
+
}
|
|
254
|
+
get hugeHeaderfileRatio() {
|
|
255
|
+
return this['huge_headerfile_ratio'];
|
|
256
|
+
}
|
|
257
|
+
withHugeNonHeaderfileTotal(hugeNonHeaderfileTotal) {
|
|
258
|
+
this['huge_non_headerfile_total'] = hugeNonHeaderfileTotal;
|
|
259
|
+
return this;
|
|
260
|
+
}
|
|
261
|
+
set hugeNonHeaderfileTotal(hugeNonHeaderfileTotal) {
|
|
262
|
+
this['huge_non_headerfile_total'] = hugeNonHeaderfileTotal;
|
|
263
|
+
}
|
|
264
|
+
get hugeNonHeaderfileTotal() {
|
|
265
|
+
return this['huge_non_headerfile_total'];
|
|
266
|
+
}
|
|
267
|
+
withHugeNonHeaderfileRatio(hugeNonHeaderfileRatio) {
|
|
268
|
+
this['huge_non_headerfile_ratio'] = hugeNonHeaderfileRatio;
|
|
269
|
+
return this;
|
|
270
|
+
}
|
|
271
|
+
set hugeNonHeaderfileRatio(hugeNonHeaderfileRatio) {
|
|
272
|
+
this['huge_non_headerfile_ratio'] = hugeNonHeaderfileRatio;
|
|
273
|
+
}
|
|
274
|
+
get hugeNonHeaderfileRatio() {
|
|
275
|
+
return this['huge_non_headerfile_ratio'];
|
|
276
|
+
}
|
|
277
|
+
withHugeFolderTotal(hugeFolderTotal) {
|
|
278
|
+
this['huge_folder_total'] = hugeFolderTotal;
|
|
279
|
+
return this;
|
|
280
|
+
}
|
|
281
|
+
set hugeFolderTotal(hugeFolderTotal) {
|
|
282
|
+
this['huge_folder_total'] = hugeFolderTotal;
|
|
283
|
+
}
|
|
284
|
+
get hugeFolderTotal() {
|
|
285
|
+
return this['huge_folder_total'];
|
|
286
|
+
}
|
|
287
|
+
withHugeFolderRatio(hugeFolderRatio) {
|
|
288
|
+
this['huge_folder_ratio'] = hugeFolderRatio;
|
|
289
|
+
return this;
|
|
290
|
+
}
|
|
291
|
+
set hugeFolderRatio(hugeFolderRatio) {
|
|
292
|
+
this['huge_folder_ratio'] = hugeFolderRatio;
|
|
293
|
+
}
|
|
294
|
+
get hugeFolderRatio() {
|
|
295
|
+
return this['huge_folder_ratio'];
|
|
296
|
+
}
|
|
297
|
+
withFileDuplicationTotal(fileDuplicationTotal) {
|
|
298
|
+
this['file_duplication_total'] = fileDuplicationTotal;
|
|
299
|
+
return this;
|
|
300
|
+
}
|
|
301
|
+
set fileDuplicationTotal(fileDuplicationTotal) {
|
|
302
|
+
this['file_duplication_total'] = fileDuplicationTotal;
|
|
303
|
+
}
|
|
304
|
+
get fileDuplicationTotal() {
|
|
305
|
+
return this['file_duplication_total'];
|
|
306
|
+
}
|
|
307
|
+
withFileDuplicationRatio(fileDuplicationRatio) {
|
|
308
|
+
this['file_duplication_ratio'] = fileDuplicationRatio;
|
|
309
|
+
return this;
|
|
310
|
+
}
|
|
311
|
+
set fileDuplicationRatio(fileDuplicationRatio) {
|
|
312
|
+
this['file_duplication_ratio'] = fileDuplicationRatio;
|
|
313
|
+
}
|
|
314
|
+
get fileDuplicationRatio() {
|
|
315
|
+
return this['file_duplication_ratio'];
|
|
316
|
+
}
|
|
317
|
+
withNonHfileDuplicationTotal(nonHfileDuplicationTotal) {
|
|
318
|
+
this['non_hfile_duplication_total'] = nonHfileDuplicationTotal;
|
|
319
|
+
return this;
|
|
320
|
+
}
|
|
321
|
+
set nonHfileDuplicationTotal(nonHfileDuplicationTotal) {
|
|
322
|
+
this['non_hfile_duplication_total'] = nonHfileDuplicationTotal;
|
|
323
|
+
}
|
|
324
|
+
get nonHfileDuplicationTotal() {
|
|
325
|
+
return this['non_hfile_duplication_total'];
|
|
326
|
+
}
|
|
327
|
+
withNonHfileDuplicationRatio(nonHfileDuplicationRatio) {
|
|
328
|
+
this['non_hfile_duplication_ratio'] = nonHfileDuplicationRatio;
|
|
329
|
+
return this;
|
|
330
|
+
}
|
|
331
|
+
set nonHfileDuplicationRatio(nonHfileDuplicationRatio) {
|
|
332
|
+
this['non_hfile_duplication_ratio'] = nonHfileDuplicationRatio;
|
|
333
|
+
}
|
|
334
|
+
get nonHfileDuplicationRatio() {
|
|
335
|
+
return this['non_hfile_duplication_ratio'];
|
|
336
|
+
}
|
|
337
|
+
withCodeDuplicationTotal(codeDuplicationTotal) {
|
|
338
|
+
this['code_duplication_total'] = codeDuplicationTotal;
|
|
339
|
+
return this;
|
|
340
|
+
}
|
|
341
|
+
set codeDuplicationTotal(codeDuplicationTotal) {
|
|
342
|
+
this['code_duplication_total'] = codeDuplicationTotal;
|
|
343
|
+
}
|
|
344
|
+
get codeDuplicationTotal() {
|
|
345
|
+
return this['code_duplication_total'];
|
|
346
|
+
}
|
|
347
|
+
withCodeDuplicationRatio(codeDuplicationRatio) {
|
|
348
|
+
this['code_duplication_ratio'] = codeDuplicationRatio;
|
|
349
|
+
return this;
|
|
350
|
+
}
|
|
351
|
+
set codeDuplicationRatio(codeDuplicationRatio) {
|
|
352
|
+
this['code_duplication_ratio'] = codeDuplicationRatio;
|
|
353
|
+
}
|
|
354
|
+
get codeDuplicationRatio() {
|
|
355
|
+
return this['code_duplication_ratio'];
|
|
356
|
+
}
|
|
357
|
+
withNonHfileCodeDuplicationTotal(nonHfileCodeDuplicationTotal) {
|
|
358
|
+
this['non_hfile_code_duplication_total'] = nonHfileCodeDuplicationTotal;
|
|
359
|
+
return this;
|
|
360
|
+
}
|
|
361
|
+
set nonHfileCodeDuplicationTotal(nonHfileCodeDuplicationTotal) {
|
|
362
|
+
this['non_hfile_code_duplication_total'] = nonHfileCodeDuplicationTotal;
|
|
363
|
+
}
|
|
364
|
+
get nonHfileCodeDuplicationTotal() {
|
|
365
|
+
return this['non_hfile_code_duplication_total'];
|
|
366
|
+
}
|
|
367
|
+
withNonHfileCodeDuplicationRatio(nonHfileCodeDuplicationRatio) {
|
|
368
|
+
this['non_hfile_code_duplication_ratio'] = nonHfileCodeDuplicationRatio;
|
|
369
|
+
return this;
|
|
370
|
+
}
|
|
371
|
+
set nonHfileCodeDuplicationRatio(nonHfileCodeDuplicationRatio) {
|
|
372
|
+
this['non_hfile_code_duplication_ratio'] = nonHfileCodeDuplicationRatio;
|
|
373
|
+
}
|
|
374
|
+
get nonHfileCodeDuplicationRatio() {
|
|
375
|
+
return this['non_hfile_code_duplication_ratio'];
|
|
376
|
+
}
|
|
377
|
+
withUnsafeFunctionsTotal(unsafeFunctionsTotal) {
|
|
378
|
+
this['unsafe_functions_total'] = unsafeFunctionsTotal;
|
|
379
|
+
return this;
|
|
380
|
+
}
|
|
381
|
+
set unsafeFunctionsTotal(unsafeFunctionsTotal) {
|
|
382
|
+
this['unsafe_functions_total'] = unsafeFunctionsTotal;
|
|
383
|
+
}
|
|
384
|
+
get unsafeFunctionsTotal() {
|
|
385
|
+
return this['unsafe_functions_total'];
|
|
386
|
+
}
|
|
387
|
+
withUnsafeFunctionsKloc(unsafeFunctionsKloc) {
|
|
388
|
+
this['unsafe_functions_kloc'] = unsafeFunctionsKloc;
|
|
389
|
+
return this;
|
|
390
|
+
}
|
|
391
|
+
set unsafeFunctionsKloc(unsafeFunctionsKloc) {
|
|
392
|
+
this['unsafe_functions_kloc'] = unsafeFunctionsKloc;
|
|
393
|
+
}
|
|
394
|
+
get unsafeFunctionsKloc() {
|
|
395
|
+
return this['unsafe_functions_kloc'];
|
|
396
|
+
}
|
|
397
|
+
withRedundantCodeTotal(redundantCodeTotal) {
|
|
398
|
+
this['redundant_code_total'] = redundantCodeTotal;
|
|
399
|
+
return this;
|
|
400
|
+
}
|
|
401
|
+
set redundantCodeTotal(redundantCodeTotal) {
|
|
402
|
+
this['redundant_code_total'] = redundantCodeTotal;
|
|
403
|
+
}
|
|
404
|
+
get redundantCodeTotal() {
|
|
405
|
+
return this['redundant_code_total'];
|
|
406
|
+
}
|
|
407
|
+
withRedundantCodeKloc(redundantCodeKloc) {
|
|
408
|
+
this['redundant_code_kloc'] = redundantCodeKloc;
|
|
409
|
+
return this;
|
|
410
|
+
}
|
|
411
|
+
set redundantCodeKloc(redundantCodeKloc) {
|
|
412
|
+
this['redundant_code_kloc'] = redundantCodeKloc;
|
|
413
|
+
}
|
|
414
|
+
get redundantCodeKloc() {
|
|
415
|
+
return this['redundant_code_kloc'];
|
|
416
|
+
}
|
|
417
|
+
withWarningSuppressionTotal(warningSuppressionTotal) {
|
|
418
|
+
this['warning_suppression_total'] = warningSuppressionTotal;
|
|
419
|
+
return this;
|
|
420
|
+
}
|
|
421
|
+
set warningSuppressionTotal(warningSuppressionTotal) {
|
|
422
|
+
this['warning_suppression_total'] = warningSuppressionTotal;
|
|
423
|
+
}
|
|
424
|
+
get warningSuppressionTotal() {
|
|
425
|
+
return this['warning_suppression_total'];
|
|
426
|
+
}
|
|
427
|
+
withWarningSuppressionKloc(warningSuppressionKloc) {
|
|
428
|
+
this['warning_suppression_kloc'] = warningSuppressionKloc;
|
|
429
|
+
return this;
|
|
430
|
+
}
|
|
431
|
+
set warningSuppressionKloc(warningSuppressionKloc) {
|
|
432
|
+
this['warning_suppression_kloc'] = warningSuppressionKloc;
|
|
433
|
+
}
|
|
434
|
+
get warningSuppressionKloc() {
|
|
435
|
+
return this['warning_suppression_kloc'];
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
exports.MetricInfo = MetricInfo;
|
|
439
|
+
//# sourceMappingURL=MetricInfo.js.map
|