Struct aws_sdk_codebuild::model::test_report_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for TestReportSummary
Implementations
The number of test cases in this TestReportSummary
. The total includes truncated test cases.
The number of test cases in this TestReportSummary
. The total includes truncated test cases.
Adds a key-value pair to status_counts
.
To override the contents of this collection use set_status_counts
.
A map that contains the number of each type of status returned by the test results in this TestReportSummary
.
A map that contains the number of each type of status returned by the test results in this TestReportSummary
.
The number of nanoseconds it took to run all of the test cases in this report.
The number of nanoseconds it took to run all of the test cases in this report.
Consumes the builder and constructs a TestReportSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more