public static interface ImageTestsConfiguration.Builder extends SdkPojo, CopyableBuilder<ImageTestsConfiguration.Builder,ImageTestsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ImageTestsConfiguration.Builder |
imageTestsEnabled(Boolean imageTestsEnabled)
Determines if tests should run after building the image.
|
ImageTestsConfiguration.Builder |
timeoutMinutes(Integer timeoutMinutes)
The maximum time in minutes that tests are permitted to run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageTestsConfiguration.Builder imageTestsEnabled(Boolean imageTestsEnabled)
Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
imageTestsEnabled - Determines if tests should run after building the image. Image Builder defaults to enable tests to run
following the image build, before image distribution.ImageTestsConfiguration.Builder timeoutMinutes(Integer timeoutMinutes)
The maximum time in minutes that tests are permitted to run.
timeoutMinutes - The maximum time in minutes that tests are permitted to run.Copyright © 2023. All rights reserved.