Package | Description |
---|---|
com.tencentcloudapi.pts.v20210728.models |
Modifier and Type | Method and Description |
---|---|
ScriptInfo[] |
Job.getTestScripts()
Get 测试脚本信息
注意:此字段可能返回 null,表示取不到有效值。
|
ScriptInfo[] |
CreateScenarioRequest.getTestScripts()
Get 测试脚本文件信息
|
ScriptInfo[] |
Scenario.getTestScripts()
Get 测试脚本信息
注意:此字段可能返回 null,表示取不到有效值。
|
ScriptInfo[] |
UpdateScenarioRequest.getTestScripts()
Get 测试脚本路径
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setTestScripts(ScriptInfo[] TestScripts)
Set 测试脚本信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateScenarioRequest.setTestScripts(ScriptInfo[] TestScripts)
Set 测试脚本文件信息
|
void |
Scenario.setTestScripts(ScriptInfo[] TestScripts)
Set 测试脚本信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
UpdateScenarioRequest.setTestScripts(ScriptInfo[] TestScripts)
Set 测试脚本路径
|
Constructor and Description |
---|
ScriptInfo(ScriptInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.