Interface ImageTestsConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageTestsConfiguration.Builder,ImageTestsConfiguration>, SdkBuilder<ImageTestsConfiguration.Builder,ImageTestsConfiguration>, SdkPojo
Enclosing class:
ImageTestsConfiguration

public static interface ImageTestsConfiguration.Builder extends SdkPojo, CopyableBuilder<ImageTestsConfiguration.Builder,ImageTestsConfiguration>
  • Method Details

    • imageTestsEnabled

      ImageTestsConfiguration.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeoutMinutes

      ImageTestsConfiguration.Builder timeoutMinutes(Integer timeoutMinutes)

      The maximum time in minutes that tests are permitted to run.

      The timeoutMinutes attribute is not currently active. This value is ignored.

      Parameters:
      timeoutMinutes - The maximum time in minutes that tests are permitted to run.

      The timeoutMinutes attribute is not currently active. This value is ignored.

      Returns:
      Returns a reference to this object so that method calls can be chained together.