TestSettings2 interface
実行のテスト設定を表します。 テスト設定の作成とテスト設定のフェッチに使用されます
プロパティ
| area |
テスト設定を作成するために必要な領域パス |
| created |
|
| created |
|
| description | テスト設定の説明。 テスト設定の作成で使用されます。 |
| is |
テスト設定がパブリックかプライベートかを示します。テスト設定の作成で使用されます。 |
| last |
|
| last |
|
| machine |
マシン ロールの XML 文字列。 テスト設定の作成で使用されます。 |
| test |
テスト設定の内容。 |
| test |
テスト設定 ID。 |
| test |
テスト設定の名前。 |
プロパティの詳細
areaPath
テスト設定を作成するために必要な領域パス
areaPath: string
プロパティ値
string
createdBy
createdDate
createdDate: Date
プロパティ値
Date
description
テスト設定の説明。 テスト設定の作成で使用されます。
description: string
プロパティ値
string
isPublic
テスト設定がパブリックかプライベートかを示します。テスト設定の作成で使用されます。
isPublic: boolean
プロパティ値
boolean
lastUpdatedBy
lastUpdatedDate
lastUpdatedDate: Date
プロパティ値
Date
machineRoles
マシン ロールの XML 文字列。 テスト設定の作成で使用されます。
machineRoles: string
プロパティ値
string
testSettingsContent
テスト設定の内容。
testSettingsContent: string
プロパティ値
string
testSettingsId
テスト設定 ID。
testSettingsId: number
プロパティ値
number
testSettingsName
テスト設定の名前。
testSettingsName: string
プロパティ値
string