Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ADD_ISSUE_RELATION = apis.ApiSpec{ Path: "/api/testplans/<testPlanID>/testcase-relations/<relationID>/actions/add-issue-relations", BackendPath: "/api/testplans/<testPlanID>/testcase-relations/<relationID>/actions/add-issue-relations", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: http.MethodPost, CheckLogin: true, RequestType: apistructs.TestPlanCaseRelIssueRelationAddRequest{}, ResponseType: apistructs.TestPlanCaseRelIssueRelationAddResponse{}, Doc: "summary: 新增测试计划用例里的缺陷关联关系", }
View Source
var BATCH_UPDATE = apis.ApiSpec{ Path: "/api/testplans/<testPlanID>/testcase-relations/actions/batch-update", BackendPath: "/api/testplans/<testPlanID>/testcase-relations/actions/batch-update", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: http.MethodPost, CheckLogin: true, RequestType: apistructs.TestPlanCaseRelBatchUpdateRequest{}, Doc: "summary: 批量更新测试计划用例关系", }
View Source
var CREATE = apis.ApiSpec{ Path: "/api/testplans/<testPlanID>/testcase-relations", BackendPath: "/api/testplans/<testPlanID>/testcase-relations", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: http.MethodPost, CheckLogin: true, RequestType: apistructs.TestPlanCaseRelCreateRequest{}, ResponseType: apistructs.TestPlanCaseRelCreateResponse{}, Doc: "summary: 测试计划关联测试用例", }
View Source
var EXPORT = apis.ApiSpec{ Path: "/api/testplans/<testPlanID>/actions/export", BackendPath: "/api/testplans/<testPlanID>/actions/export", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: http.MethodGet, CheckLogin: true, RequestType: apistructs.TestPlanCaseRelExportRequest{}, ResponseType: apistructs.TestPlanCaseRelExportResponse{}, Doc: "summary: 导出测试计划下的测试用例", }
View Source
var GET = apis.ApiSpec{ Path: "/api/testplans/<testPlanID>/testcase-relations/<relationID>", BackendPath: "/api/testplans/<testPlanID>/testcase-relations/<relationID>", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: http.MethodGet, CheckLogin: true, RequestType: apistructs.TestPlanCaseRelGetRequest{}, ResponseType: apistructs.TestPlanCaseRelGetResponse{}, Doc: "summary: 获取测试计划用例关系详情", }
View Source
var PAGING = apis.ApiSpec{ Path: "/api/testplans/<testPlanID>/testcase-relations", BackendPath: "/api/testplans/<testPlanID>/testcase-relations", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: http.MethodGet, CheckLogin: true, RequestType: apistructs.TestPlanCaseRelPagingRequest{}, ResponseType: apistructs.TestPlanCaseRelPagingResponse{}, Doc: "summary: 获取测试计划用例关系列表", }
View Source
var REMOVE_ISSUE_RELATION = apis.ApiSpec{ Path: "/api/testplans/<testPlanID>/testcase-relations/<relationID>/actions/remove-issue-relations", BackendPath: "/api/testplans/<testPlanID>/testcase-relations/<relationID>/actions/remove-issue-relations", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: http.MethodPost, CheckLogin: true, RequestType: apistructs.TestPlanCaseRelIssueRelationRemoveRequest{}, ResponseType: apistructs.TestPlanCaseRelIssueRelationRemoveResponse{}, Doc: "summary: 解除测试计划用例里的缺陷关联关系", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.