Struct azure_devops_rust_api::test_results::models::RunUpdateModel
source · pub struct RunUpdateModel {Show 26 fields
pub build: Option<ShallowReference>,
pub build_drop_location: Option<String>,
pub build_flavor: Option<String>,
pub build_platform: Option<String>,
pub comment: Option<String>,
pub completed_date: Option<String>,
pub controller: Option<String>,
pub delete_in_progress_results: Option<bool>,
pub dtl_aut_environment: Option<ShallowReference>,
pub dtl_environment: Option<ShallowReference>,
pub dtl_environment_details: Option<DtlEnvironmentDetails>,
pub due_date: Option<String>,
pub error_message: Option<String>,
pub iteration: Option<String>,
pub log_entries: Vec<TestMessageLogDetails>,
pub name: Option<String>,
pub release_environment_uri: Option<String>,
pub release_uri: Option<String>,
pub run_summary: Vec<RunSummaryModel>,
pub source_workflow: Option<String>,
pub started_date: Option<String>,
pub state: Option<String>,
pub substate: Option<Substate>,
pub tags: Vec<TestTag>,
pub test_environment_id: Option<String>,
pub test_settings: Option<ShallowReference>,
}
Expand description
Fields§
§build: Option<ShallowReference>
An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
build_drop_location: Option<String>
Drop location of the build used for test run.
build_flavor: Option<String>
Flavor of the build used for test run. (E.g: Release, Debug)
build_platform: Option<String>
Platform of the build used for test run. (E.g.: x86, amd64)
comment: Option<String>
Comments entered by those analyzing the run.
completed_date: Option<String>
Completed date time of the run.
controller: Option<String>
Name of the test controller used for automated run.
delete_in_progress_results: Option<bool>
true to delete inProgess Results , false otherwise.
dtl_aut_environment: Option<ShallowReference>
An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
dtl_environment: Option<ShallowReference>
An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
dtl_environment_details: Option<DtlEnvironmentDetails>
This is a temporary class to provide the details for the test run environment.
due_date: Option<String>
Due date and time for test run.
error_message: Option<String>
Error message associated with the run.
iteration: Option<String>
The iteration in which to create the run.
log_entries: Vec<TestMessageLogDetails>
Log entries associated with the run. Use a comma-separated list of multiple log entry objects. { logEntry }, { logEntry }, …
name: Option<String>
Name of the test run.
release_environment_uri: Option<String>
URI of release environment associated with the run.
release_uri: Option<String>
URI of release associated with the run.
run_summary: Vec<RunSummaryModel>
Run summary for run Type = NoConfigRun.
source_workflow: Option<String>
SourceWorkFlow(CI/CD) of the test run.
started_date: Option<String>
Start date time of the run.
state: Option<String>
The state of the test run Below are the valid values - NotStarted, InProgress, Completed, Aborted, Waiting
substate: Option<Substate>
The types of sub states for test run.
Tags to attach with the test run.
test_environment_id: Option<String>
ID of the test environment associated with the run.
test_settings: Option<ShallowReference>
An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
Implementations§
Trait Implementations§
source§impl Clone for RunUpdateModel
impl Clone for RunUpdateModel
source§fn clone(&self) -> RunUpdateModel
fn clone(&self) -> RunUpdateModel
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RunUpdateModel
impl Debug for RunUpdateModel
source§impl Default for RunUpdateModel
impl Default for RunUpdateModel
source§fn default() -> RunUpdateModel
fn default() -> RunUpdateModel
source§impl<'de> Deserialize<'de> for RunUpdateModel
impl<'de> Deserialize<'de> for RunUpdateModel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
source§impl PartialEq for RunUpdateModel
impl PartialEq for RunUpdateModel
source§fn eq(&self, other: &RunUpdateModel) -> bool
fn eq(&self, other: &RunUpdateModel) -> bool
self
and other
values to be equal, and is used
by ==
.