Struct azure_devops_rust_api::clt::models::TestRun
source · pub struct TestRun {Show 21 fields
pub test_run_basic: TestRunBasic,
pub abort_message: Option<TestRunAbortMessage>,
pub aut_initialization_error: Option<bool>,
pub chargeable: Option<bool>,
pub charged_v_userminutes: Option<i32>,
pub description: Option<String>,
pub execution_finished_date: Option<OffsetDateTime>,
pub execution_started_date: Option<OffsetDateTime>,
pub queued_date: Option<OffsetDateTime>,
pub retention_state: Option<RetentionState>,
pub run_source_identifier: Option<String>,
pub run_source_url: Option<String>,
pub started_by: Option<IdentityRef>,
pub started_date: Option<OffsetDateTime>,
pub stopped_by: Option<IdentityRef>,
pub sub_state: Option<SubState>,
pub supersede_run_settings: Option<OverridableRunSettings>,
pub test_drop: Option<TestDropRef>,
pub test_settings: Option<TestSettings>,
pub warm_up_started_date: Option<OffsetDateTime>,
pub web_result_url: Option<String>,
}Expand description
Fields§
§test_run_basic: TestRunBasic§abort_message: Option<TestRunAbortMessage>§aut_initialization_error: Option<bool>true if aut counter collection could not start due to some critical error for this run.
chargeable: Option<bool>Whether run is chargeable or not Its chargeable once we configured agent and sent start signal
charged_v_userminutes: Option<i32>Whether run is chargeable or not The Charged VUser Minutes for the RUN
description: Option<String>Test run description.
execution_finished_date: Option<OffsetDateTime>Gets the time when the test run execution finished
execution_started_date: Option<OffsetDateTime>Gets the time when the test run warmup finished(if warmup was specified) and load test started
queued_date: Option<OffsetDateTime>Gets the time when the test run was queued
retention_state: Option<RetentionState>Retention state of the run
run_source_identifier: Option<String>§run_source_url: Option<String>The uri to the run source.
started_by: Option<IdentityRef>§started_date: Option<OffsetDateTime>When the test run started execution.
stopped_by: Option<IdentityRef>§sub_state: Option<SubState>SubState is more granular description of the state
supersede_run_settings: Option<OverridableRunSettings>§test_drop: Option<TestDropRef>An abstracted reference to some other resource. This class is used to provide the load test data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
test_settings: Option<TestSettings>§warm_up_started_date: Option<OffsetDateTime>Gets the time when the test run warmup started
web_result_url: Option<String>The uri to the vso detailed result.