Struct aws_sdk_codebuild::model::test_case::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TestCase
Implementations
The ARN of the report to which the test case belongs.
The ARN of the report to which the test case belongs.
The path to the raw data file that contains the test result.
The path to the raw data file that contains the test result.
A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.
A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.
The status returned by the test case after it was run. Valid statuses are
SUCCEEDED
, FAILED
, ERROR
,
SKIPPED
, and UNKNOWN
.
The status returned by the test case after it was run. Valid statuses are
SUCCEEDED
, FAILED
, ERROR
,
SKIPPED
, and UNKNOWN
.
The number of nanoseconds it took to run this test case.
The number of nanoseconds it took to run this test case.
A message associated with a test case. For example, an error message or stack trace.
A message associated with a test case. For example, an error message or stack trace.
The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.
The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.
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