TestJobCreateParameters interface
The parameters supplied to the create test job operation.
Properties
| parameters | Gets or sets the parameters of the test job. |
| run |
Gets or sets the runOn which specifies the group name where the job is to be executed. |
| runtime |
The runtime Environment Name on which job needs to be tested |
Property Details
parameters
Gets or sets the parameters of the test job.
parameters?: Record<string, string>
Property Value
Record<string, string>
runOn
Gets or sets the runOn which specifies the group name where the job is to be executed.
runOn?: string
Property Value
string
runtimeEnvironment
The runtime Environment Name on which job needs to be tested
runtimeEnvironment?: string
Property Value
string