CloneOptions interface
複製測試套件的複製選項。
屬性
| clone |
如果設定為 true 需求將會複製 |
| copy |
從來源方案複製所有套件 |
| copy |
複製上階層 |
| destination |
複製的工作項目類型名稱 |
| override |
索引鍵值組,其中索引鍵值會由 值覆寫。 |
| related |
將新的複製測試案例連結至原始的 Set null,不加上批注的連結批注 |
屬性詳細資料
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,不加上批注的連結批注
relatedLinkComment: string
屬性值
string