CloneOptions interface
克隆测试套件的克隆选项。
属性
| clone |
如果设置为 true,则将克隆需求 |
| copy |
从源计划复制所有套件 |
| copy |
复制祖先层次结构 |
| destination |
克隆的工作项类型的名称 |
| override |
键值对,其中键值被值覆盖。 |
| related |
对将新克隆测试用例链接到原始的链接进行注释 Set null for no comment |
属性详细信息
cloneRequirements
如果设置为 true,则将克隆需求
cloneRequirements: boolean
属性值
boolean
copyAllSuites
从源计划复制所有套件
copyAllSuites: boolean
属性值
boolean
copyAncestorHierarchy
复制祖先层次结构
copyAncestorHierarchy: boolean
属性值
boolean
destinationWorkItemType
克隆的工作项类型的名称
destinationWorkItemType: string
属性值
string
overrideParameters
键值对,其中键值被值覆盖。
overrideParameters: {[key: string]: string}
属性值
{[key: string]: string}
relatedLinkComment
对将新克隆测试用例链接到原始的链接进行注释 Set null for no comment
relatedLinkComment: string
属性值
string